943,708 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Marked Solved
  • Views: 640
  • ASP.NET RSS
Jul 1st, 2009
0

Disable UpdateProcess modal from cs page

Expand Post »
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...
Similar Threads
Reputation Points: 10
Solved Threads: 6
Light Poster
vizy is offline Offline
36 posts
since Dec 2007
Jul 1st, 2009
0

Re: Disable UpdateProcess modal from cs page

Vizy,

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

Post your code.
Moderator
Reputation Points: 2136
Solved Threads: 1228
Posting Genius
adatapost is offline Offline
6,527 posts
since Oct 2008
Jul 2nd, 2009
0

Re: Disable UpdateProcess modal from cs page

hey guys..
I got the solution...
Used setTimeout function for the alert.
this way
Quote ...
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....
Reputation Points: 10
Solved Threads: 6
Light Poster
vizy is offline Offline
36 posts
since Dec 2007

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Comparison speed betwen Anthem.Net and ASP AJAX.NET
Next Thread in ASP.NET Forum Timeline: tree view control





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC