Top "Asp.net-ajax" questions

A set of extensions to ASP.

Backspace or Delete key In TextBox with Masked Edit Extender in ASP.NET not working in Chrome

<asp:TextBox ID="txttime" runat="server" CssClass="TextBox">' Width="60px" Enabled="false" ></asp:TextBox> &…

c# asp.net cross-browser asp.net-ajax httpbrowsercapabilities
How to refresh multiple partialview on click of Ajax.Actionlink

I am using multiple partial views on my View. on the left-hand side. I have some link button. In middle, …

asp.net-mvc asp.net-mvc-3 asp.net-ajax
UpdatePanel Exception Handling

Where exceptions occur in the UpdatePanels I've implemented in the ASP.NET web app I'm building, they cause a JavaScript …

asp.net exception asp.net-ajax error-handling updatepanel
How to update a div with Ajax.BeginForm AND execute a javascript function?

I am updating a div with a partial view by using something like this: <% using (Ajax.BeginForm("Action", "Controller", …

c# asp.net-mvc asp.net-ajax partial-views
ASP.NET AJAX nested updatePanel modalPopup funkiness

It seems that in some cases, if you end up with nested modalPopups wrapped with updatePanels (not ideal I know, …

asp.net-ajax modalpopupextender
Microsoft Ajax Control Toolkit vs. jQuery

we are currently developing a couple of custom asp.net server controls. Now we'd like to add some Ajax support …

jquery asp.net-ajax ajaxcontroltoolkit
Disable dates conditionally with Asp.net Ajax Calendar Extender

If you have used Calendar Extender, i am looking for ways to disable dates based on selection from another calendar …

asp.net asp.net-ajax webforms calendarextender
Thread Safety in Javascript?

I have a function called save(), this function gathers up all the inputs on the page, and performs an AJAX …

javascript asp.net-ajax concurrency
Service AJAX requests with webmethod in ASPX page

I am trying to service AJAX requests with a method in my .aspx page. For some reason I am not …

vb.net jquery asp.net-ajax asp.net-3.5 webmethod
Internet Explorer Caching asp.netmvc ajax results

I'm having an issue with a page in internet explorer. I have an ajax call that calls a form, in …

asp.net-mvc ajax internet-explorer caching asp.net-ajax