Column header in datagrid
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
my column header name in datagrid is "columndescription". i want to display in datagrid like column description my pseudo code is below.
Take a look at this link http://msdn.microsoft.com/library/en-us/vbcon/html/vbconDataGridWebControl.asp[^] and see the DataGrid Columns section. BTW, you should use
<,>
instead of<,>
in your post, I'd recommend you to hit Preview before posting a message.