Click to See Complete Forum and Search --> : does C# have shomething like a MessageBox for ASP.NET


saurabhN
February 18th, 2001, 12:13 AM
Hi
I was curious since I could not find any "MessageBox" component in C# on ASP.NET. Does anyone know about it ?



Saurabh Nandu
mailsaurabhn@webveda.com
http://Learncsharp.cjb.net

kwik
January 17th, 2006, 05:46 AM
Hello ;
I found an example made by Lee Gunn wich worked like a charm !!!

You can either go to Google and search for

Lee Gunn MessageBox

or go directly to

http://www.codeproject.com/aspnet/AspNetMsgBox.asp

All you need is the file MessageBox.cs included in your project ,and you can display message-boxes !!!!