I\'m using the output cache feature for a page on my ASP.NET 3.5 website and it works fine on my local machine (Win XP开发者_StackOverflow中文版 / IIS5.1) but it won\'t cache when running on the devel
Is it possible to get a plain text list of controls that are present on a webform using reflection? Basically a colleague is looking to get a list of controls to help define a validation strategy e.g.
I have a paged multicolumn ListView of items with ImageButton and LinkButton. The delete and select commands are working. I can\'t get the SelectedIndexChanging event to fire, and the SelectedIndex is
I add \"readonly\" 开发者_JAVA百科attribute to ASP.NET controls in some event handlers. control.Attributes.Add(\"readonly\", \"readonly\");
So, I need some input refactoring an asp.net (c#) application that is basically a framework for creating dynamic forms (any forms). From a high level point of view, there is a table that has the forms
I\'m familiar with C# and typically create asp.net webforms apps.I\'ve spent a couple 开发者_如何学JAVAof days now trawling the net for the \'simplest but workable\' way to setup webservices for ajax.
I want to load a dictionary w开发者_如何学运维ith some data and use it in the button event handler of a web form. Where is the appropriate place to put this code? There is a Page_Load method, but I do
I am using C# web forms with asp.net 4.0. This website needs to be secure and is go开发者_开发百科ing through a security audit now. I am just wondering what needs to be done to best prevent XSS attack
I\'m trying to change over some ASP.NET code to use the strongly-typed translations we\'re using in the C# code. Currently the code looks like this:
I have a webforms projects with uppercase URLs being returned to the client: http://www.looknbook.com/Packages/Forms/package_search.aspx