Is there a pop box for web pages in ASP.NET 2.0 ?
Printable View
Is there a pop box for web pages in ASP.NET 2.0 ?
the short answer is no, but look into this:
http://www.codeproject.com/aspnet/AspNetMsgBox.asp
I used to use the RegisterStartupScript for popups, but now its looking for a
new parameter of System.Type (?). I tried a few things but nothing works, what do I put in here? This worked great in ASP.NET 1.1
In C# for the first argument in Page.RegisterStartupScript I used "this.GetType()"