New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
this.gridDataBoundGrid1.Binder.InternalColumns["Fax"].HeaderText = "Special Fax";
This code assumes you did not explicilty add GridBoundColumns to the grid. If you did, then you would use
this.gridDataBoundGrid1.GridBoundColumns["Fax"].HeaderText = "Special Fax";
instead.
this.gridDataBoundGrid1[0,0].Text = "Hello";