Change the caption for the column. Add following code to change caption of the datatable column


DataColumn col;
mytable.Columns.Add("StudentName", System.Type.GetType("System.String"));
col.Caption = "Name";

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/0QsezHoERTw/14599