| | |
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
| Thread Tools | Search this Thread |
.net 2.0 activexcontrol advice ajax alltypeofvideos appliances application asp asp.net bc30451 beginner bottomasp.net box browser button c# cac checkbox click commonfunctions css dataaccesslayer database datagridview datagridviewcheckbox datalist development dgv dialog dropdownlist dynamically edit expose feedback fileuploader fill flash form formatdecimal formview google grid gridview gudi iframe iis image javascript listbox login microsoft mono mouse mssql multistepregistration news numerical opera panelmasterpagebuttoncontrols parent radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security select sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos view virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xsl youareanotmemberofthedebuggerusers






