SyntaxFix
Write A Post
Hire A Developer
Questions
Try this code...
ScriptManager.RegisterClientScriptBlock(UpdatePanel1, this.GetType(), "script", "alert('Hi');", true);
Where UpdatePanel1 is the id for Updatepanel on your page
UpdatePanel1
id
Updatepanel