Hi,
This is sunil.
Save data in current tab before user changes to another tab in ajax tab container.
To be more clear.
lets say we have 3 tabs like tab1, tab2, tab3 (all are ajax tabs in asp.net page)
all tabs containing text boxes.
If user writes some text in text box of tab1 and switches to tab3. the text in tab1 has to save to database before the tab switches to tab3
Thanks in Advance