0
Reply

rename column of datagrid

avi_laviad

avi_laviad

Nov 10 2004 6:30 PM
2.2k
hi, i databind datagrid and arraylist. when i want to get a value from the datagrid i need to do this : TextBox text = (TextBox)e.Item.Cells[index].Controls[index]; string value = text.Text; isn't there any way to rename the columns so i could get the value with column name rather then an index? Avi.