Friday, September 21, 2012

ASP.NET 4.5 ScriptManager Improvements in WebForms

ASP.NET 4.5 ScriptManager Improvements in WebForms: 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)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!