Top "Actionlink" questions

In ASP.

MVC ActionLink add all (optional) parameters from current url

The very famous ActionLink: <%: Html.ActionLink("Back to List", "Index")%> Now, this link is in my Details view. …

c# asp.net asp.net-mvc actionlink routevalues
How to dynamically alter the class of an Html.ActionLink in MVC

I'm looking for a way to alter the class of an ActionLink in the controller based on specific criteria (not …

css asp.net-mvc dynamic html-helper actionlink
Pass Dictionary of routeValues to ActionLink

All, Getting to grips with ASP.NET MVC. So far, so good, but this one is a little nuts. I …

asp.net asp.net-mvc actionlink routevalues
How can I pass a Textboxes value to my Ajax.ActionLink?

In my ASP.NET MVC application I want a user to add a value into a textbox and then press …

asp.net asp.net-mvc ajax actionlink
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
MVC 3 Ajax.ActionLink not working

I'm playing around with the some MvcMusicStore example based shop and having some problems with the MVC3 Ajax.ActionLink / Ajax.…

asp.net-mvc asp.net-mvc-3 asp.net-ajax unobtrusive-javascript actionlink
MVC Ajax.ActionLink doesn't find POST method

I have a POST method declared in my controller: [AcceptVerbs(HttpVerbs.Post)] public ActionResult UpdateComments(int id, string comments) { // ... } and …

c# asp.net-ajax asp.net-mvc-2 routing actionlink
mvc ajax.actionlink with jquery dialog confirm

I have a table with some rows of data items. For each row it will be some actionlinks that will …

jquery asp.net-mvc jquery-ui-dialog actionlink
$(document).ready in ascx page after ajax callback

I'm having a little problem with this setup here I have a list of .ascx files and they all do …

jquery asp.net-mvc ajax user-controls actionlink