Hi all,
I have a data list whose item template contains a user control which
consists of a datagrid.
Everything is working fine, except one glaring problem!!!
I enter updated info into the edit textboxes provided by the grids edt item
template and click update.
The updates don't take affect. It appears from my debugging that when the
form is posted back the original values
are posted and not the updated values.
Anyone have any ideas on how to get around this?
Or have any ideas on what is going on?
Cheers,
Adam
I have a data list whose item template contains a user control which
consists of a datagrid.
Everything is working fine, except one glaring problem!!!
I enter updated info into the edit textboxes provided by the grids edt item
template and click update.
The updates don't take affect. It appears from my debugging that when the
form is posted back the original values
are posted and not the updated values.
Anyone have any ideas on how to get around this?
Or have any ideas on what is going on?
Cheers,
Adam
Comment