CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Javascript RegisterStartupScript
C#
//using System.Web.UI
//.aspx page must have a reference to jquery (for the example described bellow)
 
string someScript= " $(window).bind('load', CodeToExcecute());";
ScriptManager.RegisterStartupScript(this.Page, this.Page.GetType(), "someScript", someScript, true);
by Egli   August 04, 2011 @ 1:40am
136 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate