SyntaxFix
Write A Post
Hire A Developer
Questions
Add the code below in the PageLoad Event:
PageLoad
ScriptManager.RegisterStartupScript(Page, this.GetType(), "myScript", "alert('OK Done.');", true);