This is a followup question to the one I posted last week \"Ajax.ActionLink not Posting\".I did finally get it to Post, and it properly calls my Delete action and deletes the record.The Delete method
I am trying to navigate to an MVC action by POSTing rather than GETting. (The action is a DELETE, and I don\'t want it reachable by an external link.)
Right now, I\'m trying to work around an IE6/7 bug开发者_运维知识库 which requires the wrapping of the </a> closing tag with this IE specific comment to make some drop-down menu work:
Hoping for some help after reading into MVC routing and not coming up with the answer myself. I have the following routes registered:
<%= Ajax.ActionLink(\"DrillDown\", \"EventOverzichtAjax\", new { GroepID = Model.GroepID.ToString(),
I\'m wondering if it\'s possible to conditionally add a parameter in a call to a method. For example, I am rendering a bunch of links (six total) for navigation in my Site.Master:
This should hopefully be a simple configuration problem. When my application targets .Net 3.5 This code
I wanna know if there\'s a way to do something like webforms .. Or a nice way to do this .. I have an ActionLink(\"foo\", \"fooAction\") on my \"Index\" view. In this fooAction, I call a method that r
There is a ASP.NET MVC 2 web app, lets call it myapp.com. I want dynamic subdomains (user created categories) like something.myapp.com. So i have set up URL rewrite with rule rewriting something.myapp
Consider a link to a page for a user\'s profile. A page is creating that URL like this: //Model.Name has value \"<bad guy>\"