I have a web application that want to enable HTTP compression on specific pages in a specific sub directory.How is it possible?
I invoke a WebService method via jQuery .js code $.ajax({ url: \'/ms.asmx/se2\', data: {}, success: function (result) {
I have some links in an UpdatePanel. For example: <a href=\"Products.aspx\">Products</a> I also have a CSS rule that puts an icon next to off-site links (those that have an HREF that st
I have two tab panels, and in each of these there is a user control. <asp:Label ID=\"lblWarning\" runat=\"server\"></asp:Label>
I am working on a asp.net 3.5 web applicationthe session time-out is set to 24 hours but a recycling of ASPNet process on the server is scheduled to trigger everyday at 3:00 A.M. is causing the sessio
I\'m using ASP.NET 4.0. I have 2 DropDownList\'s, a CascadingDropDown (from Ajax Control Toolkit) and an UpdatePanel on the same page.
I have the following ASP.NET 4.0 code and it is running well on IIS 6.0 of the Win 2003 box. But When I pushed it to the Win 2008 R2 box(IIS 7.5 classic mode pool), it failed to onAddrLoadError. I am
I realy need help for this. I am using AjaxControlToolkit.TabContainer and using ASP.NET Framework 4.0. Gridview,textbox and button are placed in TabContainer on asp page. When I press button postback
I m using a ModalPopupExtender1 in my page to edit some information this is a panel that I m using contain some textbox and a link to upload photo
Based on the MusicStoreMVC app example I created my application very similar. Difference Being I used C# instead of razor with *.aspx files.