By tag: ScriptManager
0
kicks
A Simple ScriptManager for ASP.NET MVC
The ASP.NET AJAX ScriptManager makes it really easy to include JavaScript references and register JavaScript blocks into the rendered Page output of an ASP.NET WebForms application. However nice the ScriptManager control is, it’s still just a WebForms control for use with ASP.NET AJAX; thus it’s use...
0
kicks
A Simple ScriptManager for ASP.NET MVC
The ASP.NET AJAX ScriptManager makes it really easy to include JavaScript references and register JavaScript blocks into the rendered Page output of an ASP.NET WebForms application. However nice the ScriptManager control is, it’s still just a WebForms control for use with ASP.NET AJAX; thus it’s use...
0
kicks
run jQuery code from ASP.NET Server-Side
The post is the example of an approach: how you would run some jQuery code from ASP.NET code-behind (server-side).
If there is a ScriptManager on the page and the request was Asynchronous, then the JavaScript code needs to be registered with ScriptManager.RegisterClientScriptBlock. If the request i...
0
kicks
Cool ScriptManager stuff I missed...
So the last week or so I have been doing some heavy handed UpdatePanel development (stuff where I needed to fix an existing form that needs help to support an UpdatePanel or stuff where I needed to do something special while the page was posting back asyncronously). In the midst I discovered some co...
0
kicks
Accessing a MasterPage ScriptManager from a Content Page
A blog post explaining how to Access a Script Manager on a MasterPage from within a Content Page.
0
kicks
EnableGlobalization property on the ScriptManager
enable globalization when playing around with the Calendar extender.