I\'d like to give the like generated with an Html.ActionLink an HTML id so I can change the CSS depending on where I am. I have a MasterPage with a set of links and I\'d like to distinguish the active
How do I make a static link in a view? (using ASP.NET MVC2) I am working on the site navigation, and have basically 4 main areas. These are split into sub areas, and one controller looks after the ent
I\'ve just started out trying MVC 2 and Ajax, and I\'m wondering if I\'m doing something wrong, because I was under the impression that Ajax would make changes in a webpage very fast. The example I ha
I am currently trying to make an html submit occur, but using the MVC helper method ActionLink as I do not want it to be a button, I want it to be an underlined link like the rest on my page. This is
I\'m fairly new to Mvc and ran into a problem try to use an Image as an Ajax Action link. I found a helper that I believe was posted by Stephen Walther...
I have a Facebook Connect application (IFrame, external website). When i post to the user\'s wall using the Old JavaScript API (FB.Connect.streamPublish), im specifying action links, as many people d
I am trying: <%= Html.ActionLink(\"Link Label\", \"Index\", \"controller_name\", new { area = \"AreaName\" }, new { @id = \"documentation\" })%>
This question already has answers here: Disable browser cache for entire ASP.NET website (8 answers) Closed 2 years ago.
I\'ve got an MVC ActionLink like so (which works just fine) <%: Html.ActionLink(user.UserName, \"Details\",开发者_开发技巧 \"Users\", New With{.id = user.ID, .slug = Replace(user.UserName,\" \",\"
On a root page in my project I have a number of different country services gathered by category all on one page. The Category is the \"Index\" page in the View folder in a separate area, and the parti