We are using the Tabstrip and dynamically loading usercontrols the first time a user clicks on each tab.
There is one particular tab that I need to automatically call a save method in the usercontrol if a user navigates from this tab to another.
Please can someone post an example of how to save changes on a tab when a user changes to another tab.
I have tried the following:
OnClientSelecting - cancel the event and envoke a postback for the current tab with arguments that are checked in the Page Load.
The problem with this approach is that the user has to click twice on another tab before it changes because I'm cancelling the event.
Any suggestions welcomed.
Many thanks
Antony
There is one particular tab that I need to automatically call a save method in the usercontrol if a user navigates from this tab to another.
Please can someone post an example of how to save changes on a tab when a user changes to another tab.
I have tried the following:
OnClientSelecting - cancel the event and envoke a postback for the current tab with arguments that are checked in the Page Load.
The problem with this approach is that the user has to click twice on another tab before it changes because I'm cancelling the event.
Any suggestions welcomed.
Many thanks
Antony