DataGrid
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a DataGrid Object and I've binded a data set to it. It works correctly but I want to change caption on column header but those is always name of field in database please help me to change it thanks.
Agh
May be you can change the sql used for binding... for example,you could change "select id from user" into "select id as '<%=what you want%>' from user "... I am not sure you get my meaning for my bad english.:) My home:http://hi.baidu.com/dotnetcampus