Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
6 Points
5 Posts
Feb 13, 2012 08:30 AM|LINK
ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "hello", "alert('Successfully Posted')", true);
This is working for me.
CraztTech
Member
6 Points
5 Posts
Re: alert in asp.net server side code
Feb 13, 2012 08:30 AM|LINK
ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "hello", "alert('Successfully Posted')", true);
This is working for me.