J
Just Me
* Remember this is a ASP.NET web application *
Ive been fu**ing about with this for a day or two now as and when Ive had
the time, and I cannot get it to work.
OK, I have created a DataTable Table adapter, this works fine and fill the
grid OK, I can cause and edit event to fire and bring up the text boxes for
in place editing, ( No different to DataGrid 1.x right ? )
OK, Now I need to click on the update button to fire the update event., We
cool so far ??
OK, here is the rub.
I cannot determine how to update the underlying dataTable because there is
no data available in the gridVewEvent args in which to be able to do the
update.
Now dont say use Cells(n) because it does not exist in gridviewArgs ( as far
as I can see ), so Im sure Im missing something fundamental here and simply
cannot see it.
Can someone PLEASE put me out of my misery and tell me how to do this.
Ive been fu**ing about with this for a day or two now as and when Ive had
the time, and I cannot get it to work.
OK, I have created a DataTable Table adapter, this works fine and fill the
grid OK, I can cause and edit event to fire and bring up the text boxes for
in place editing, ( No different to DataGrid 1.x right ? )
OK, Now I need to click on the update button to fire the update event., We
cool so far ??
OK, here is the rub.
I cannot determine how to update the underlying dataTable because there is
no data available in the gridVewEvent args in which to be able to do the
update.
Now dont say use Cells(n) because it does not exist in gridviewArgs ( as far
as I can see ), so Im sure Im missing something fundamental here and simply
cannot see it.
Can someone PLEASE put me out of my misery and tell me how to do this.