Tagged Questions
0
votes
1answer
389 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>
...