Top "Asp.net-ajax" questions

A set of extensions to ASP.

how to submit query to .aspx page in python

I need to scrape query results from an .aspx web page. http://legistar.council.nyc.gov/Legislation.aspx The url …

asp.net python asp.net-ajax
UpdatePanel does not have a public property named 'TextBox'.

I'm looking to update the contents of a panel using an asp:updatepanel. I get an error on the page …

asp.net asp.net-ajax dotnetnuke
FileUpload and UpdatePanel: ScriptManager.RegisterPostBackControl works the second time

I'm developing an ASP.NET application with C# and Visual Studio 2008 SP1. I'm using WebForms. I have an ASPX page …

c# asp.net-ajax file-upload updatepanel
Asp.NET MVC AjaxOptions OnSuccess fires.. too early?

I'd like to use the OnSuccess option of AjaxOptions passed as Ajax.BeginForm argument to "do something" once the response …

asp.net-mvc asp.net-ajax
How do I load an external file and make sure that it runs first in JSFiddle?

I have a JsFiddle here, and added Microsoft AJAX to be loaded through external JS/resource section. How can I …

javascript asp.net-ajax jsfiddle
Does Session timeout reset on every request

Does Session timeout reset on every request regardless of whether we check sessions variables? Or we should use atleast one …

jquery asp.net ajax session asp.net-ajax
the type or namespace name 'webmethod' could not be found

I'm using jquery, ajax, & .net to call a method. I see lots of examples on the net saying to …

web-services jquery asp.net-ajax asmx
How do I know that a form input has changed?

I have a form generated by <% Ajax.BeginForm() {} %> which contains a lot of inputs and texareas. When an …

jquery asp.net-mvc-2 asp.net-ajax
Only one instance of a ScriptManager can be added to the page

I had an ASP UpdatePanel to update a gridview which worked fine, now I wanted to also use AjaxControlToolkit for …

asp.net ajax asp.net-ajax scriptmanager
asp.net mvc 3 - ajax form submit and validation

I am sorry if this has been asked already, but I have been looking for sometime but all I have …

asp.net-mvc asp.net-mvc-3 asp.net-ajax