Information
Saturday, February 20, 2010
How to use javascript inside updatePanel, asp.net
Use Javascirpt in code behind like this
string Scriptup = "javascript: alert('Munesh Sunda');";
ScriptManager.RegisterStartupScript(this, this.GetType(), "Scriptup", Scriptup, true);
This works fine.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment