E
EGON
Hi!
I have a web application with a grid view.
The grid has been modified with Bound Fields and Command fields for Edit.
When initialising the grid I have an own created DataSet that are used as
DataSource for the grid.
When I start the application the grid is fed with the data and everything
looks ok. I click Edit and the row gets editable. I make som changes and
click update and end up in updatingrow event, BUT:
There is no data in e.NewValues and "count" is 0.
What am I doing wrong? Everythinlooks pretty forward to me! So why doesn't
it work?
Regards
/Marcus
I have a web application with a grid view.
The grid has been modified with Bound Fields and Command fields for Edit.
When initialising the grid I have an own created DataSet that are used as
DataSource for the grid.
When I start the application the grid is fed with the data and everything
looks ok. I click Edit and the row gets editable. I make som changes and
click update and end up in updatingrow event, BUT:
There is no data in e.NewValues and "count" is 0.
What am I doing wrong? Everythinlooks pretty forward to me! So why doesn't
it work?
Regards
/Marcus