I have a multiple ajax tab panel like tab1,tab2,tab3. and teach tab having some controls like text box, drop down and data grid.
Initially i am working on tab1 and modified some text box value then without saving the tab1 i am trying to move some other tab, in that time i need to get confirmation from user, your data will lose if you move to some other tab,
so my issue is, how to check all controls whether the value of any controls are changed by the user at client side.
Akkiraju IvaturiPosted Dec 26, 2012, 6:48 PM
So, when you are moving out of the tab you need to call the javascript function below:
Akkiraju IvaturiPosted Jan 2, 2013, 2:11 AM
mohanPosted Jan 1, 2013, 11:41 PM
Its Working perfectly for me.
Thank you very much ..