Display multiple columns in Gridview from One Column of SQL table.
-
hi to all, Display multiple columns in Gridview from One Column of SQL table. Thanks in advance, Sundaramoorthy
-
hi to all, Display multiple columns in Gridview from One Column of SQL table. Thanks in advance, Sundaramoorthy
Care to elaborate what does your question means? I can define 10 columns in my grid and bind all of them to one column of SQL table. Possible and easy, but is that what you want? I doubt.
Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]
-
Care to elaborate what does your question means? I can define 10 columns in my grid and bind all of them to one column of SQL table. Possible and easy, but is that what you want? I doubt.
Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]
No, I have one column(like 1 to 100 values)in table. 1 2 3 4 5 . . ... Now I need to Display multiple columns in Gridview like 1 6 ... 2 7 3 8 4 9 5 10
-
hi to all, Display multiple columns in Gridview from One Column of SQL table. Thanks in advance, Sundaramoorthy
You can do as : Select a.col1, b.col1 from table a, table b