G
Guest
Hi,
I currently have a datagrid with template columns containing textboxes etc.
The textboxes are in the item template so the whole grid is editable by
default, I then have a general update button to update the whole grid. I'm
using the example under
http://msdn.microsoft.com/library/d...QuestionsAboutASPNETDataGridServerControl.asp
I'm using the OnTextChanged event to capture which rows have been changed by
the user. Inside of this event I want to update the datasource of the
datagrid with the new values, my problem is that I can't seem to access the
new values. At this point everything is empty. I'm using
DataGridItem.Cells[0].Text etc to get the values, I can see that the grid has
the correct number of cells using the count but the values are all ""... any
ideas?
I currently have a datagrid with template columns containing textboxes etc.
The textboxes are in the item template so the whole grid is editable by
default, I then have a general update button to update the whole grid. I'm
using the example under
http://msdn.microsoft.com/library/d...QuestionsAboutASPNETDataGridServerControl.asp
I'm using the OnTextChanged event to capture which rows have been changed by
the user. Inside of this event I want to update the datasource of the
datagrid with the new values, my problem is that I can't seem to access the
new values. At this point everything is empty. I'm using
DataGridItem.Cells[0].Text etc to get the values, I can see that the grid has
the correct number of cells using the count but the values are all ""... any
ideas?