Our website uses our own custom-built session state management separate from ASP.NET Session State. But because a handful of special pages use SQL Server Reporting Services, we also need to enable ASP
We have scaled-out some portions of our ASP.NET app to run on one server, and other portions to run on another server (& under a subdomain).
I have 2 CheckBoxList controls - chk1 and chk2. I need to use an async postback to clear the selections of a CheckBoxList if the other one is selected. T开发者_开发百科he following will not clear chk1
While running my auto-web test, I received this message : Response URLValidationThe value of the ExpectedResponseUrl properity \'http://localhost:4800/FirstPage.aspx\' isn\'t equal to the effective
I have various values and names stored in a db table, that my code will use for various tasks. The开发者_运维知识库se are read into a kvp , so that I can get to the right value from its key when I ne
I have some XML in a XMLDocument and I want to put it into a StringWriter, but it always becomes empty(?) instead. I\'ve tried inspecting the variables with debug, but I\'m still clueless as to what\'
The additional error message with it is: I have been facing this error where as i have also included ajax library in my website. Also web.config also has important tags regarding ajaxtoolkit.
If I modify an ASP.NET website\'s configuration to store session data in a SQL State Database, my understanding is that this will not affect the storage of the Application Cache or the 开发者_如何学编
I created a asp.net website and published it in iis 7. I deleted the default website option in the iis 7 and created the new website in the iis 7. When i click the default document I got the error lik
I have to display a set of data in the following manner: Which ASP.NET 3.5 control best matches my r开发者_运维百科equirement?