D
DotNetTechi
hi all,
i am using tabstrip with multipage control in asp.net.i have put
some textboxes on the first tab.my requirement is that i whenever user
make somechanges in any of textbox and moves to next tab without saving
this data i want to display a alert message and stop user from moving
to another tab.
For this i have written a javascript function and called it
onSelectedIndexChange event.This function stops database processings
for the next tab but the html part get displays.
i just want not to allow user to change the tab if anything is unsaved
on current page.
please help me ....
Thanx in Advance
Sam
i am using tabstrip with multipage control in asp.net.i have put
some textboxes on the first tab.my requirement is that i whenever user
make somechanges in any of textbox and moves to next tab without saving
this data i want to display a alert message and stop user from moving
to another tab.
For this i have written a javascript function and called it
onSelectedIndexChange event.This function stops database processings
for the next tab but the html part get displays.
i just want not to allow user to change the tab if anything is unsaved
on current page.
please help me ....
Thanx in Advance
Sam