C
Colin Basterfield
Hi,
I have a web app that follows the levels below
1. Login
2. Selection - Site, Year Week ending
3. Summary - Day/Dates of selected week
4. Breakdown - Entry/Edit of counts and totals for day/date selected
Level 4 (Breakdown) uses OnEdit OnCancel and OnUpdate inside the grid using
Template columns within a Datagrid, where the OnUpdate actually posts the
value back to the database thro' a web service, and then into the DB layer
DLL, where the DB post actually happens.
It seems to work, as to me it handles any back button push by the User as
the values that are shown are the values the database collected on load up,
or are values that the User has 'Saved'.
However I can't help thinking that I have copped out by not allowing the
User any transactional processing, as for all I know they may want to just
bail out of the whole thing without saving any changes, so my question is
(finally!), how can I handle this, are there some standard ways to do this
that I have yet to discvoer, and if so would someone mind pointing me in the
right direction
Many thanks
Colin B
I have a web app that follows the levels below
1. Login
2. Selection - Site, Year Week ending
3. Summary - Day/Dates of selected week
4. Breakdown - Entry/Edit of counts and totals for day/date selected
Level 4 (Breakdown) uses OnEdit OnCancel and OnUpdate inside the grid using
Template columns within a Datagrid, where the OnUpdate actually posts the
value back to the database thro' a web service, and then into the DB layer
DLL, where the DB post actually happens.
It seems to work, as to me it handles any back button push by the User as
the values that are shown are the values the database collected on load up,
or are values that the User has 'Saved'.
However I can't help thinking that I have copped out by not allowing the
User any transactional processing, as for all I know they may want to just
bail out of the whole thing without saving any changes, so my question is
(finally!), how can I handle this, are there some standard ways to do this
that I have yet to discvoer, and if so would someone mind pointing me in the
right direction
Many thanks
Colin B