how we show the alert box in code behind of asp.net
Problem in displaying alert box in asp.net
Ask by yash Singh
Updated 26 Nov 2010
Example:
Syntax:
Void ClientScriptManager.RegisterStartupScript(Type type,string key, string script)
Example:
Page.ClientScript.RegisterStartupScript(GetType(), @"startup", @"<script>alert('" + Hello + "');</script>");