Author: .NET Web Development and Tools Blog | Posted on: 9/21/2012 5:08:48 AM | Views : 1039

The ScriptManger control has undergone some key targeted changes in ASP.NET 4.5 which makes it easier to register, manage and combine scripts using the ASP.NET weboptimization feature. This post will highlight the changes that have happened to this control Easy Integration with JQuery and JQueryUI The default templates for WebForms ship with the following packages " AspNet.ScriptManager.jQuery " and " AspNet.ScriptManager.jQuery.UI.Combined ". These packages make it easier to bring in jquery and jqueryUI libraries  and also register them with the ScriptManager. Here is how it works. These packages add the following ScriptMappings for jquery and jqueryUI in the PreApplicationStart method of the application JQuery string str = "1.7.1"...(read more) ...

Go to the complete details ...