Say I have a RadGrid that shows info on what a customer has ordered.The master table view is all customer-related info.When expanded, the detail table contains info about the item the customer ordered
I have a tag list which contains a list of duplicated tags, such as \"tag1\", \"tag1\", \"tag2\", \"tag3\", \"tag3\" and \"tag2\".
Is it possible to group items in a ItemsControl or Listbox in Silverlight? These controls are bound to a DomainDataSource.
I\'m hitting the DB for a 100 records from a MySQL DB that have a DateAdded (timestamp) column. I\'d like to find a SMART way t开发者_如何学运维o display the records as follows in Coldfusion, w/o hi
Using Silverlight4, how can I make datagrid grouping look up a display name from another table when the grouping value is a foreign key?
I have three attributes in my XML object: last name, first name, and age. My sample XML looks like: <dataXML>
I am trying to do some stuff with replacing String containing some URL to a browser compatible linked URL.
I have pairs of items in an PHP array. Example: <?php $elements = array( \'tiger\'=>\'lion\', \'car\'=>\'bike\',
I have a bunch of data that looks a little like this: <item> <colour>Red</colour> <date_created>2009-10-10 12:01:55</date_created>
I am trying to create a small server type application and have a question regarding organizing data with dicts. Right now I am grouping the data using the connection socket (mainly t开发者_如何学Co ve