Adding columns to Gridview programtically
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I am developing an application that needs to retrive a column from database and use its rows as acolumns names in a gridview control dose any one know how to do that
Hassan Amaar
-
I am developing an application that needs to retrive a column from database and use its rows as acolumns names in a gridview control dose any one know how to do that
Hassan Amaar
it is very hassan just try u will get it.... just in the datafield column post the name of rowdata from the database... like headertext=<% # Eval('getrowname') %> ok byeee
-
it is very hassan just try u will get it.... just in the datafield column post the name of rowdata from the database... like headertext=<% # Eval('getrowname') %> ok byeee
Thanks alot
Hassan Amaar