Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a save button , inside codebehind of that button i call a javascript function using ScriptManager.RegisterClientScriptBlock() , inside this javascript function i show a conformation popup and again click the button using javascript but it does not initialize ajax request .
Because inside initialize_request function and end_request function of Sys.WebForms.PageRequestManager.getInstance() ,i have to locked the form control but it does not work.
Inside Lock form function i disable the buttons of the page and call document.body.style.cursor = 'wait';

What I have tried:

i recall the lock form control function but it did not work
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900