ScriptManager.RegisterStartupScript work Properly
Try this:ScriptManager.RegisterStartupScript(this.Page, this.Page.GetType(), "Test", "alert('hi');", true);
Thanks, that worked...
Try this:
ReplyDeleteScriptManager.RegisterStartupScript(this.Page, this.Page.GetType(), "Test", "alert('hi');", true);
Thanks, that worked...
Delete