ASP.NET AJAX Script Manager Control
We have extended the ASP.NET AJAX ScriptManager provided by Microsoft® with a custom subclass of our own that automatically performs all necessary registration of any references (CSS files, JavaScripts, etc.) needed by our ASP.NET AJAX controls so as to save you time and energy in administering your "web.config" and file deployments. WebScriptManager™ also enhances your design-time experience in Microsoft Visual Studio® 2010/08 through its support for IntelliSense® for JavaScript, and its innate knowledge of our Content Delivery Network (CDN) deployment option (Infragistics CDN is currently made available as a community technical preview).
Key Features at a Glance
- Automatic Resource Registration – Never look for an out-of-date script file reference or missing style sheet again, because WebScriptManager will register all Infragistics resources your Web application needs.
- JavaScript IntelliSense in Visual Studio 2010/08 – Be more productive writing script for all client-side properties, methods and events without consulting client-side API documentation, WebScriptManager endows any Web page with a convenient pick list of Infragistics ASP.NET AJAX control members, and the ability to directly cast to any kind of control.
- No Need for Microsoft ASP.NET AJAX ScriptManager – WebScriptManager also handles all the responsibilities of Microsoft’s ASP.NET AJAX ScriptManager, so there is no need for you to use two script managers; you get evertything you need with ours.