Top "Asp.net-ajax" questions

A set of extensions to ASP.

Jquery tooltip is not disappearing on click of item

I am using jquery-1.9.1.js and UI jquery-ui-1.10.3.custom.min.js. When I mouse over on any form element it …

jquery jquery-ui asp.net-ajax updatepanel jquery-ui-tooltip
jquery ui datepicker inside asp.net UpdatePanel

I have a web page, where I'm using a jQuery UI datepicker on an asp.net textbox, which is located …

asp.net jquery jquery-ui asp.net-ajax updatepanel
Image.FromStream(PostedFile.InputStream) Fails. (Parameter is not valid.) (AsyncFileUpload))

I'm using an AsyncFileUpload (AJAX Toolkit) to upload images. I have a Button which handle the image resizing. This have …

c# image asp.net-ajax upload ajaxcontroltoolkit
CalendarExtender wrongly positioned after scrolling

I am adding a CalendarExtender to a page, using the default styles. When I click the calendar button to trigger …

asp.net asp.net-ajax calendarextender
ASP.NET Ajax - Autocompleteextender control appears behind other controls

To be specific I have a search form with an autocompleteextender at the top. When you type in a string, …

asp.net ajax asp.net-ajax autocompleteextender
Overriding Default CSS in ASP.NET AJAX Control Toolkit's TabContainer Control

I am using the ASP.NET AJAX TabContainer control in a web application. I've placed images in the headers for …

asp.net css ajax asp.net-ajax ajaxcontroltoolkit
Calling a modal popup with TargetControl in another UpdatePanel in ASP.NET

I'm trying to call a Modal Popup, but the TargetControl is in a different UpdatePanel than where the ModalPopupExtender resides. …

asp.net asp.net-ajax ajaxcontroltoolkit modalpopupextender
What's the different between ASP.NET AJAX pageLoad() and JavaScript window.onload?

I'm working with ASP.NET AJAX and want to understand the difference between these two snippets: function pageLoad(sender, eventArgs) { } …

.net asp.net javascript asp.net-ajax
Calendar Extender not displaying correctly

I'm using an ajax calendar extender control on my page, and although the extender block appears correctly, it's contents don't: …

asp.net-ajax calendarextender
MVC 4 Ajax.Action link won t work

I am trying to make a MVC website with Ajax call. I have no problem using directly jquery, but when …

c# razor asp.net-ajax asp.net-mvc-4 html.actionlink