A set of extensions to ASP.
<asp:TextBox ID="txttime" runat="server" CssClass="TextBox">' Width="60px" Enabled="false" ></asp:TextBox> &…
c# asp.net cross-browser asp.net-ajax httpbrowsercapabilitiesI 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-ajaxWhere 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 updatepanelI 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-viewsIt seems that in some cases, if you end up with nested modalPopups wrapped with updatePanels (not ideal I know, …
asp.net-ajax modalpopupextenderwe are currently developing a couple of custom asp.net server controls. Now we'd like to add some Ajax support …
jquery asp.net-ajax ajaxcontroltoolkitIf 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 calendarextenderI have a function called save(), this function gathers up all the inputs on the page, and performs an AJAX …
javascript asp.net-ajax concurrencyI 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 webmethodI'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