Click to See Complete Forum and Search --> : Bringing up alerts in ASP.NET


Muneeb1
July 12th, 2001, 12:39 AM
Can anybody tell me how to bring up an alert in ASP.NET if I'm using C# as my code language. e.g. to do this using Javascript I would simply type in :
alert("Hello World").

In ASP.NET the System.Windows namespace is not available so I can't use WinForms.
Any ideas?