Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to show a messabox in asp dot net using c# when i submit the records of my web page?
Posted

One pretty fancy and very consistent way would be a jQuery dialog: http://jqueryui.com/demos/dialog/[^].

See also:
http://en.wikipedia.org/wiki/JQuery[^],
http://jquery.com/[^],
http://docs.jquery.com/Main_Page[^].

—SA
 
Share this answer
 
Comments
Espen Harlinn 16-Feb-12 16:41pm    
5'ed!
Sergey Alexandrovich Kryukov 16-Feb-12 21:37pm    
Thank you, Espen.
--SA
Use
C#
Page.ClientScript.RegisterStartupScript(this.GetType(), "Inserted", "<script>alert('Record Inserted Sucessfuly')</script>");
 
Share this answer
 
Comments
Varun Sareen 16-Feb-12 2:27am    
5+..

absolutely correct
uspatel 16-Feb-12 2:29am    
Thanks Varun....
Janardan Pandey 16-Feb-12 3:08am    
This error is giving "New line in constant"
Varun Sareen 16-Feb-12 11:57am    
Welcome uma
Janardan Pandey 16-Feb-12 3:07am    
Error : Newline in constant

error is givening

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