Click here to Skip to main content
16,017,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to show message box in asp.net page of any web site without using j script and c#
Posted
Comments
_Amy 9-May-13 1:06am    
Any special technology?
Then how you want to do ?
What exactly is the requirement ?
Naz_Firdouse 9-May-13 1:07am    
Do you want to use JQuery???

1 solution

You can't show a messagebox in an asp.net page without using some kind of code...

Try this:

System.Web.HttpContext.Current.Response.Write("<SCRIPT LANGUAGE="JavaScript">alert("You have been alerted")</SCRIPT>")
 
Share this answer
 
v3
Comments
sakshi111 9-May-13 1:08am    
thank u so much

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900