Gridview Binding
-
hai all, i got below type data from sql server through "Select" Query in the form of rows. X 100 Y 100 Z 100 X 100 Y 100 Z 100 X 100 Y 100 Z 100 i have to retreive the data in this below format: X Y Z 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 Thanks&Regards, Sekhar.
-
hai all, i got below type data from sql server through "Select" Query in the form of rows. X 100 Y 100 Z 100 X 100 Y 100 Z 100 X 100 Y 100 Z 100 i have to retreive the data in this below format: X Y Z 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 Thanks&Regards, Sekhar.
What if there's different numbers for the same letter, or not the same number of items for each letter ? It's hard to know based on this question exactly what you want, or how best to display it. You need to provide more details. It's ultimately a SQL question, and we have SQL forums. A grid view will display your data exactly as it comes from the DB, the issue is not the gridview. '
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )