Top "Asp.net-mvc-ajax" questions

How to get an ASP.NET MVC Ajax response to redirect to new page instead of inserting view into UpdateTargetId?

I am using the Ajax.BeginForm to create a form the will do an ajax postback to a certain controller …

c# ajax asp.net-mvc asp.net-mvc-ajax
Why does setting UnobtrusiveJavaScriptEnabled = true prevent ajax from working?

While doing a sample using MVC3 razor, I wrote: <p> Show me the time in: @Ajax.ActionLink("UTC", "…

ajax asp.net-mvc asp.net-mvc-3 razor asp.net-mvc-ajax
Add a css class for Ajax Action link

How I can add a class for Ajax.ActionLink? @Ajax.ActionLink("Remove this photo","RemovePhoto","Admin",new{Id=Model.filename, @…

asp.net-mvc-ajax
How to open a new popup window by clicking an html action link in MVC?

I've a view page in which there's an HTML ActionLink. Now on click of that action link, i want to …

ajax asp.net-mvc popup asp.net-mvc-ajax
The partial view 'First.cshtml' was not found or no view engine supports the searched locations

I'm trying to call partial view in div on click. I've written this: @Ajax.ActionLink("Second", "Second", new AjaxOptions() { HttpMethod = "…

asp.net-mvc asp.net-mvc-4 razor partial-views asp.net-mvc-ajax
MVC Post values using ajax when value selected in dropdownlist

I have several dropdownlists in a form. Each time the user selects a value in one of these dropdownlist do …

javascript ajax asp.net-mvc model-view-controller asp.net-mvc-ajax
MVC 4 - Ajax - Replace one partial one view with another

I'm trying to replace the contents of a div in a Main view with partial views depending on which @Ajax.…

asp.net-mvc asp.net-mvc-4 asp.net-mvc-ajax
Returning partial view and error response together

I have a situation whereby I need to return an exception to the client in the form of a partial …

asp.net-mvc asp.net-mvc-ajax
use @Ajax.ActionLink to popup a form

i want to use @Ajax.ActionLink to popup a form so i did this in my cshtml page : @Ajax.ActionLink("…

asp.net-mvc asp.net-mvc-3 model-view-controller asp.net-mvc-ajax
How to call a partial view through ajax in MVC3

I am developing an application in MVC3 I need to show a partail view on click of a dropdown For …

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