M Mark Rae Aug 30, 2006 #2 Is it possible to popup a messagebox on a web page with .net code? Click to expand... ClientScript.RegisterStartupScript(this.GetType(), "hello", "<script>alert('Hello');</script>");
Is it possible to popup a messagebox on a web page with .net code? Click to expand... ClientScript.RegisterStartupScript(this.GetType(), "hello", "<script>alert('Hello');</script>");
S Steve C. Orr [MVP, MCSD] Aug 31, 2006 #3 Yes, the popup control detailed in this page will do the trick. The code is also explained so you can do it yourself if you prefer: http://SteveOrr.net/articles/ClientSideSuite.aspx
Yes, the popup control detailed in this page will do the trick. The code is also explained so you can do it yourself if you prefer: http://SteveOrr.net/articles/ClientSideSuite.aspx