asp.net-ajax
Can Asp.net HTTP Compression affect pages in specific sub directory
I have a web application that want to enable HTTP compression on specific pages in a specific sub directory.How is it possible?[详细]
2023-03-27 06:24 分类:问答How to show the xml content from the ajax's method result?
I invoke a WebService method via jQuery .js code $.ajax({ url: \'/ms.asmx/se2\', data: {}, success: function (result) {[详细]
2023-03-27 05:16 分类:问答UpdatePanel postback changes anchor HREF to fully-qualified
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[详细]
2023-03-26 20:41 分类:问答Displaying error message in a page in which the required field is in a user control
I have two tab panels, and in each of these there is a user control. <asp:Label ID=\"lblWarning\" runat=\"server\"></asp:Label>[详细]
2023-03-26 13:59 分类:问答Make a Session never timeout OR redirect user to home page. ASP.NET
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[详细]
2023-03-26 12:15 分类:问答Using a cascading drop down on the same aspx page as an update panel
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.[详细]
2023-03-26 05:21 分类:问答PageMethods failed on IIS 7.5 of Win 2008 R2 box
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[详细]
2023-03-26 01:06 分类:问答postback doesnt refresh contents of testbox or gridview
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[详细]
2023-03-25 12:03 分类:问答How to disable an AJAX PopupExtender from another PopupExtender?
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[详细]
2023-03-24 18:36 分类:问答Jquery with MVC3 RemoveFromCart JSON not working
Based on the MusicStoreMVC app example I created my application very similar. Difference Being I used C# instead of razor with *.aspx files.[详细]
2023-03-24 15:11 分类:问答