Before I spend lots of time on a task I thought it wise to ask if my idea can be achieved.
I have many user controls, some or all of which may be added to my form based on user selection.
On initial load a list of options is presented to the user in the form of check boxes. The user ticks those required and clicks continue. Based on the user selection I load the appropriate user controls and display a compiled form. Basically the usercontrols consist of grids each of which has AJAX enabled.
One of the user controls is a status monitor to show the user if data has been entered on each of the other usercontrols.
Is it possible for me to trigger an update of the Status monitor control each time any of the data entry user controls are updated? The user clicks update/Insert on a grid in one user control. This will post back to update the database but I now want to update the status control to show the number of entries entered on the grid.
Declan
I have many user controls, some or all of which may be added to my form based on user selection.
On initial load a list of options is presented to the user in the form of check boxes. The user ticks those required and clicks continue. Based on the user selection I load the appropriate user controls and display a compiled form. Basically the usercontrols consist of grids each of which has AJAX enabled.
One of the user controls is a status monitor to show the user if data has been entered on each of the other usercontrols.
Is it possible for me to trigger an update of the Status monitor control each time any of the data entry user controls are updated? The user clicks update/Insert on a grid in one user control. This will post back to update the database but I now want to update the status control to show the number of entries entered on the grid.
Declan