0
Answer

rename column of datagrid

Ask a question
avi_laviad

avi_laviad

19y
2.2k
1
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.