G
Guest
I have a datagrid that is made up of template columns(containing
dropdownlists and textboxes). I don't have an explicit edit mode, so values
in any/all of the rows can be changed at any time (as it is basically a data
entry screen). This leaves me with the problem that I need to capture ALL
changes made to the grid on EVERY postback (no matter what caused the
postback) and call my update command then.
Is there an event that fires every time a postback is made? I was thinking I
could place my update code in there. Thanks in advance.
dropdownlists and textboxes). I don't have an explicit edit mode, so values
in any/all of the rows can be changed at any time (as it is basically a data
entry screen). This leaves me with the problem that I need to capture ALL
changes made to the grid on EVERY postback (no matter what caused the
postback) and call my update command then.
Is there an event that fires every time a postback is made? I was thinking I
could place my update code in there. Thanks in advance.