Sign in | Join
Last post 02-11-2008 12:21 PM by zopostyle. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi,
Using .Net 3.5 and ajax, how can I show some alert box to the user ?
Thanks
I solved... Usign this...
string script = "<script>alert(Message to show.');</script>"; ClientScript.RegisterStartupScript(Page.GetType(), "AlertBox", script);