Hi everybody!
in my page i've only an updatePanel and i use js alert to display a messageBox in cause of error;
Sometimes when i run the application; IE back me the error in the subject.
Expected ')'
Code:0
In the specific the error details is:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Fri, 3 Jul 2009 17:47:44 UTC
Message: Expected ')'
Line: 86604737
Char: 20
Code: 0
URI: *****
The code i use to display js alert for all the messageBox is :
String script = "alert('Error!.');"; //The message depends by the error i want to display
ScriptManager.RegisterClientScriptBlock(Page, this.GetType(), Page.ClientID, script, true);