changing the header on a datagrid
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Howdy I have an arraylist that I bind to a datagrid and display on a webpage On the webpage, the header on the datagrid has a column header of ITEM I'm trying to change this display the correct name, but can't figure it out. I've looked at examples for tablespace and it seems complicated and I'd need major rewrites in the program Seems like I ought to be able to set something in the properties field - like 'Collections" - this has a bound columns property with header text - but I can't figure out what to put for 'data field' - program keeps blowing up on this Thanks