Click here to Skip to main content
16,019,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i display the message using alert in asp.net application.Any another method in asp.net application to show the message like as pop up.

please help me...
Posted

You can use jQuery Dialogs: http://jqueryui.com/demos/dialog/[^]
 
Share this answer
 
As an alternative to JavaScript alert you can use jQuery dialog:
http://docs.jquery.com/UI/Dialog[^].

Besides, there are a number of different nice jQuery components (plug-ins) with dialog-like, modal or pop-up behavior, just do some search.

If you need to learn jQuery, this is pretty easy. Please see:
http://en.wikipedia.org/wiki/JQuery[^],
http://jquery.com/[^].

Start here:
http://docs.jquery.com/Tutorials:How_jQuery_Works[^],
http://docs.jquery.com/Main_Page[^].

See also my past answer: color of a alert message text[^].

—SA
 
Share this answer
 

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