asp.net-3.5
Why does ASP.NET access the State Server even when the page's EnableSessionState="False", but only for a VB.NET site, not a C# site?
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[详细]
2023-04-11 05:28 分类:问答ASP.NET gurus - small issue when setting app domain name for sharing SQL session in scale-out scenario
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).[详细]
2023-04-10 14:28 分类:问答CheckBoxList AJAX async postback issue
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[详细]
2023-04-09 23:57 分类:问答Auto-web test : ExpectedResponseUrl error
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[详细]
2023-04-09 22:28 分类:问答how to retrieve the value of a kvp in c sharp, using the text of the key?
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[详细]
2023-04-09 14:15 分类:问答XML StringWriter empty
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\'[详细]
2023-04-09 02:49 分类:问答Could not load file or assembly 'Ajax' or one of its dependencies. The system cannot find the file specified
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.[详细]
2023-04-08 04:21 分类:问答Are ASP.NET Application Cache and Application State storage affected by Session storage?
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 开发者_如何学编[详细]
2023-04-06 07:42 分类:问答how to solve Error cannot add duplicate collection entry of type add with unique key attribute 'value' in iis 7
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[详细]
2023-04-06 01:48 分类:问答Data binding controls in asp.net
I have to display a set of data in the following manner: Which ASP.NET 3.5 control best matches my r开发者_运维百科equirement?[详细]
2023-04-04 23:08 分类:问答