| | |
Disable UpdateProcess modal from cs page
Please support our ASP.NET advertiser: Intel Parallel Studio Home
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: 420 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 ajax appliances asp asp.net beginner box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox child class compatible complex confirmationcodegeneration content contenttype control countryselector courier database datagrid datagridview datalist deployment development dgv dialog dropdown dropdownmenu dynamic edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv folder form forms gridview gudi homeedition hosting iis image index javascript jquery languages list maps menu mobile mssql nameisnotdeclared novell order problem profile ratings redirect refer registration relationaldatabases response.redirect rows search security select serializesmo.table sessionvariables silverlight smoobjects sql ssl tracking treeview typeof validatedate validation vb.net vista visual-studio visualstudio vs2008 web webarchitecture webdevelopment wizard xml xsl






