How to change the datagrid columns width and label in ASP.NET??
this code doesnt work;
DataGrid1.DataSource = mDataSet.Tables("Table")
DataGrid1.DataBind()
With DataGrid1
.Columns(0).HeaderText = "Employee No."
End With
Help please..
|
Results 1 to 2 of 2
Thread: Datagrid
|
Click Here to Expand Forum to Full Width |