I have datagrid in my project is used to view the result from the back end i.e from tables.Here datagrd column names fromtable fields.can i alter the column nams
i used the code
set datagrid1.datas ource=rs
for ed
if i have field name empname
the datagrid column header of column 0 is empname
i want to rename the column header as Employee Name
i used the code
set datagrid1.datas ource=rs
for ed
if i have field name empname
the datagrid column header of column 0 is empname
i want to rename the column header as Employee Name
Comment