Disable UpdateProcess modal from cs page

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Dec 2007
Posts: 34
Reputation: vizy is an unknown quantity at this point 
Solved Threads: 6
vizy's Avatar
vizy vizy is offline Offline
Light Poster

Disable UpdateProcess modal from cs page

 
0
  #1
Jul 1st, 2009
Hi Friends,

I am using update Panel to update the records without being page refreshed...

and using updateProcess control to lock the screen with ModalPopup div Css..

After Updating the Record from the CS Files, giving the alert message using

ScriptManager.RegisterStartupScript method.

But this message is displayed on the modalPopUp screen(shadow), I want this modalPup div(UpdateProcess) to be closed first

and show the alert message...
Njoy koding... >>>
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 2,703
Reputation: adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of 
Solved Threads: 483
Moderator
adatapost's Avatar
adatapost adatapost is offline Offline
Posting Maven

Re: Disable UpdateProcess modal from cs page

 
0
  #2
Jul 1st, 2009
Vizy,

Do you want to show a div (UpdateProgress) first and then after show an alert?

Post your code.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 34
Reputation: vizy is an unknown quantity at this point 
Solved Threads: 6
vizy's Avatar
vizy vizy is offline Offline
Light Poster

Re: Disable UpdateProcess modal from cs page

 
0
  #3
Jul 2nd, 2009
hey guys..
I got the solution...
Used setTimeout function for the alert.
this way
setTimeout(function(){ alert("Record updated!"); }, 0);
You can play with the timeout value (100 or other instead of 0).
I set the timeout to 50.. and it worked

thank you for your posts guys....
Njoy koding... >>>
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC