we are trying to get the following scenario working: we use asp:scriptmanager / CompositeScripts to combine our scripts into a few script blocks but after each deploy to the test system we have trou
I\'ve tried following this advice for disabling a ScriptManager programmatically, to no avail: Disable ScriptManager on certain pages
I have a usercontrol that can be used in for example a gridview itemtemplate, this means that the control might or might not be on the page at page load. In the case where the control is inside an ite
I want to provide status updates during a long-running task on an ASP.NET WebForms page with AJAX. Is there a way to get the ScriptManager to execute and process a script for a web service request co
We\'re carrying out testing of our ASP.Net AJAX application, and are finding memory usage in Internet Explorer 6 & 7 increases by at least 2mb for each page refresh - whether refreshing the same p
I have a label inside an update panel which I would like to use as a status bar. Basically the user clicks a button which executes a main function that performs a series of tasks. I\'d like to inform
what is difference if we write script manager with end tag and script manager as a empty tag in this format :
I have an asp.net user control, userControl1.ascx, and another user control, userControl2.ascx. userControl2 is inside userControl1. userControl1 is inside an UpdatePanel control. userControl2 has a b
I\'ve spent at least 2 days trying anything and googling this...but for some reason I can\'t getRegisterClientScriptInclude to work the way everyone else has it working?
I have a treeview in a user control.I need to run a javascript function with every asynch postback to scroll the div it\'s in to the right position.I\'ve got it working, but I think there has to be a