Introduction: In the Sample code we'll see how to change the Datagrid HeaderText.
Solution 1:
Set the Property AutoGenerateColumns=False of the Datagrid and with the BoundColumn give the Appropriate HeaderText
<
Solution 2:
Drag drop DataGrid.
Now to display the HeaderText through the code-behind.
Private
To bind the Data to Datagrid we have used a DataReader for this Sample.
Dim