| | |
Disable UpdateProcess modal from cs page
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
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...
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... >>>
hey guys..
I got the solution...
Used setTimeout function for the alert.
this way
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....
I got the solution...
Used setTimeout function for the alert.
this way
•
•
•
•
setTimeout(function(){ alert("Record updated!"); }, 0);
I set the timeout to 50.. and it worked
thank you for your posts guys....
Njoy koding... >>>
![]() |
Similar Threads
- How to disable back button and backspace using Javascript..? (JavaScript / DHTML / AJAX)
- How to retain the disable state of the button after page refreshing (JavaScript / DHTML / AJAX)
- How to Enable and disable controls in .aspx page using javascript? (JavaScript / DHTML / AJAX)
- visibility & disable (JavaScript / DHTML / AJAX)
- How can pass backspace(go previous page)fuctionality to a button (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Comparison speed betwen Anthem.Net and ASP AJAX.NET
- Next Thread: tree view control
Views: 424 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 activexcontrol advice ajax application asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child class click compatible confirmationcodegeneration content contenttype countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdown dropdownmenu edit feedback flash flv folder form forms google grid gridview homeedition hosting identity iframe iis index javascript jquery list maps menu mono mssql multistepregistration nameisnotdeclared object objects order problem profile ratings refer rotatepage save search security serializesmo.table session silverlight smartcard software sql suse textbox tracking typeof unauthorized update validation vb vb.net video view virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt wizard xml






