Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
ScriptResource.axd performance optimization
posted

I'm kind of assuming the infragistics controls use scriptresource files similar to the AJAX control toolkit controls. If thats the case is there a way to combine the calls to those script files on call backs? I know Microsoft made some changes between their regular scriptmanager and the toolkitscriptmanager to combine those calls for better performance. I only ask because using an HTTP watch tool, I'm seeing 4 or 5 scriptresource requests on every call back when I use the new WebDataGrid. I recreated the same page with a regular asp.net gridview and only 1 call is made.  Thanks for any advice or info on this matter.

Parents Reply Children