Top "Asp.net-ajax" questions

A set of extensions to ASP.

How to call function on timer ASP.NET MVC

I need to call function on timer (lets say onTickTack() function) and reload some info in ASP.NET MVC project. …

c# asp.net asp.net-mvc asp.net-mvc-2 asp.net-ajax
FileUpload control inside an UpdatePanel without refreshing the whole page?

According to Microsoft the FileUpload control is not compatible with an AJAX UpdatePanel. I am aware that a PostBackTrigger can …

.net asp.net asp.net-ajax file-upload updatepanel
Pagemethods in asp.net

My Pagemethod implementation is not working in Chrome browser. I have ASP.NET 3.5 web application developed in VS 2008. The code …

asp.net asp.net-ajax pagemethods
Base class includes the field 'X', but its type (System.Web.UI.ScriptManager) is not compatible with the type of control (System.Web.UI.ScriptManager)

The full error is The base class includes the field 'ScriptManager1', but its type (System.Web.UI.ScriptManager) is …

asp.net asp.net-ajax
How to use Ajax.BeginForm MVC helper with JSON result?

I'm trying to use the ASP.NET MVC Ajax.BeginForm helper but don't want to use the existing content insertion …

javascript asp.net-mvc asp.net-ajax
Load partial view depending on dropdown selection in MVC3

Im trying to create a from using asp.net mvc3. I have a dropdownlist with some options. What i want …

asp.net-mvc-3 razor asp.net-ajax
What's the difference between $get and $find in JavaScript?

I'm a .NET programmer who've just started to learn more about client side scripting, and I was wondering sometimes you …

javascript asp.net-ajax
Difference between script manager and toolkit script manager

What are the differences between ScriptManager and ToolkitScriptManager? I found only one convincing reason: that ToolkitScriptManager improves page performance. If …

asp.net asp.net-ajax scriptmanager
Ajax Request returns HTTP error 500, using MVC and $.ajax call with POST?

I've seen several threads about this, and I've tried all the answers (ASP.NET MVC JsonResult return 500) My ajax request …

asp.net-mvc jquery asp.net-ajax