Top "Asp.net-ajax" questions

A set of extensions to ASP.

Telerik radGrid - possible to do use AllowAutomaticUpdates when Datasource = a dataset?

I am setting the datasource of my radGrid to a dataset (that I have stored in session). I have enabled …

asp.net asp.net-ajax telerik radgrid
Html.RenderPartial and Ajax.BeginForm -> Submit is called twice

I have the following index view: @model BoringStore.ViewModels.ProductIndexViewModel @{ ViewBag.Title = "Index"; } <h2>Produkte</h2> &…

asp.net-mvc-3 razor asp.net-ajax partial-views double-submit-problem
Passing parameters to MVC Ajax.ActionLink

How can I send the value of the TextBox as a parameter of the ActionLink? I need to use the …

asp.net-mvc-2 parameters asp.net-ajax actionlink
How can I pass parameters to the OnSuccess function of the AjaxOptions class in ASP.NET MVC?

How can I pass parameters to the OnSuccess function of the AjaxOptions class in ASP.NET MVC? Here's my code …

asp.net-mvc asp.net-ajax
Invalid postback or callback argument. When clicking button

I have a web page with various controls. Two of them are dropdownlists. The first dropdownlist gets populated from an …

asp.net asp.net-ajax cascadingdropdown invalid-postback
How to set the position of the ASP.NET Ajax ModalPopupExtender?

Can the position of the Ajax modalpopupextender be set either to an absolute or relative position on the page? The …

asp.net javascript asp.net-ajax ajaxcontroltoolkit modalpopupextender
GWT and .NET

How can I use GWT together with Visual Studio to create an ASP.NET website? If it is possible. Thanks

c# asp.net gwt asp.net-ajax asp.net-3.5
Ajax.BeginForm inside Html.BeginForm

I have a view that is used for editing stuff, say Orders. Orders have line items that can be added …

c# asp.net-mvc asp.net-ajax
AjaxControlToolkit CalendarExtender Control not working in my website

I' using the AjaxControlToolkit CalendarExtender in my web site but after uploading it does how show the calendar control. I …

asp.net asp.net-ajax ajaxcontroltoolkit calendarextender