ASP.Net GridView
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, is there any way to bind the value to header text of gridview control??? i have the value in dataset.but i could not bind into grid...
Nothing is Impossible. Keep always Smiling... :)
-
Hi, is there any way to bind the value to header text of gridview control??? i have the value in dataset.but i could not bind into grid...
Nothing is Impossible. Keep always Smiling... :)
u can try this DataGrid1.Columns[0].HeaderText=ds.Tables[0].Rows[0][0].ToString();
-
u can try this DataGrid1.Columns[0].HeaderText=ds.Tables[0].Rows[0][0].ToString();
very very thanks its works fine.......
Nothing is Impossible. Keep always Smiling... :)