Tagged Questions

4
votes
2answers
950 views

CompositeScript without Microsoft Ajax JavaScript

I'm currently using the CompositeScript feature of System.Web.Extensions in order to combine my JavaScript files to reduce download time. However, by including any script manager, the MicrosoftAjax ...
0
votes
1answer
384 views

ASP.NET ScriptManager output not included in ASP.NET partial cache (ascx)

I wrote a Simple Control, that implements ScriptControl. This is holder for JQuery framework: /// <summary> /// Generic control with client behavior handled via jQuery /// </summary> ...