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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment