User Profile
Collapse
-
PPrasanna replied to The status code returned from the server was: 500 while tring to display MessageBoxin C SharpThanks for your quick response.. I am not getting any Javascript error and there is no ajax being used in my application the only thing i suspect is because of the browser as i have IE 6.0 -
PPrasanna replied to The status code returned from the server was: 500 while tring to display MessageBoxin C SharpHi Frinny,
Sorry that was my mistake to post wrong code i had the same code as you have told above but still its not working even though i dont get any error message. But also required message box do not pop out..
string test = "<script language='javas cript'>alert('C ant resubmit');</script>";
ClientScript.Re gisterStartupSc ript(this.GetTy pe(),"alert",te st);Leave a comment:
-
PPrasanna replied to The status code returned from the server was: 500 while tring to display MessageBoxin C Sharpnow i have below code but still it does not work but i dont get any error also.. corrections please
Code:string test = "<script language='javascript'>alert('Cant Save Data Again After Submit');</script>"; ClientScript.RegisterStartupScript(this.GetType(), "alert", "<script>alert('" + test + "');</script>");Last edited by Frinavale; Dec 21 '09, 02:28 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.Leave a comment:
-
PPrasanna replied to The status code returned from the server was: 500 while tring to display MessageBoxin C SharpThanks for your reply.. I am still getting below error
code snap:
Response.Write( "<script type='text/javascript'> alert('Cant Save Data Again After Submit'); </script>");
Error:
---------------------------
Microsoft Internet Explorer
---------------------------
Sys.WebForms.Pa geRequestManage rParserErrorExc eption: The message received from the server could...Leave a comment:
-
PPrasanna replied to The status code returned from the server was: 500 while tring to display MessageBoxin C SharpThanks for your reply. I have tried using Alert but got an Parser error message, can you please gv me any examples if you have.Leave a comment:
-
PPrasanna started a topic The status code returned from the server was: 500 while tring to display MessageBoxin C SharpThe status code returned from the server was: 500 while tring to display MessageBox
I am back in .net after a long break.. i am stuck with a problem ..
I have coded to display a message box using "System.Windows .Forms.MessageB ox.Show " to show up based on condition and this works fine in my local machine but when i publish the site and put the .dll out for testing i am getting an error saying
---------------------------
Microsoft Internet Explorer
---------------------------
...
No activity results to display
Show More
Leave a comment: