Tagged Questions

0
votes
5answers
133 views

how do you add a NEW LINE character in the string portion of an ActionLink?

I'm building a Ajax.ActionLink in C# which starts: <%= Ajax.ActionLink("f lastname", ...more stuff and I'd like there to be a new line character between the words "f" and "la …
0
votes
0answers
17 views

Asp.Net MVC Html.ActionLink and Rails link_to. :method equivilent for ActionLink?

Rails link_to allows one to pass in :method for post and delete action verbs. Is there an exention ou there for Asp.Net MVC that does the same sort of thing? I saw something clos …
0
votes
7answers
85 views

Is there a way to make HTML.ActionLink Invisible by default?

I am trying to hide HTML.ActionLink by default when page first renders and then control it's visiblity based on the page the the user is on. Any suggestions? Thanks!
0
votes
3answers
641 views

ASP.NET MVC - How to get Ajax ‘onclick’ for a specific action (I need for Ajax.ActionLink what Url.RouteUrl does for Html.ActionLink)

Hi, REVISION I want add a onclick to a element that handles a Ajax request, not just a route-redirect. I have these options for a route-url. Html.ActionLink(params) Url.Route …
0
votes
2answers
95 views

How to get formcollection using ajax.actionlink

I have a controller with the codes like this: [AcceptVerbs("POST")] public ActionResult Create(FormCollection collection) { //why is that the collection is null? } I am call …
8
votes
7answers
3k views

ASP.NET MVC Ajax.ActionLink with Image

Hi Everyone, is there anyway to have an image act as an ajax actionlink? I can only get it to work using text. Thanks for your help!
0
votes
2answers
51 views

for loop statement outputs that links to differnent controllers in asp.net mvc

i have a looping statement in in my homepage for news.. I have these codes.. Model : Imports Microsoft.VisualBasic Imports System.Data Public Class ClassNewsConnection Inh …
0
votes
1answer
17 views

ActionLink works locally but doesn’t work with Host server. (Host4Life)

So I have this in my Site.Master <%= Html.ActionLink("ABOUT ME", "About", "Home")%></li> Going to AlainaChorney.com (My girlfriends soon to be site) loads up but the …
0
votes
0answers
20 views

Ajax.ActionLink lost my JavaScript !

Here's my situation. I have a div on my home page that I use to do a Html.RenderPartial(PartialView). Initially PartialView1 is rendered in this div properly and I can access jav …
0
votes
1answer
29 views

ActionLink behaving odd in ASP.Net MVC 2 Preview 2

This action link: <%=Html.ActionLink("About","About", "Home" ,new { @class="menulink" }) %> Produces the following href 'About?Length=4' so it works in the 'root' of th …
0
votes
2answers
32 views

need help with mvc & routes

I'm very new to MVC and I'm trying to get a new site set up using it. For SEO reasons we need to make the url of a page something like "Recruiter/4359/John_Smith" or basically {co …
0
votes
1answer
24 views

Why do ActionLinks not show up in the design view?

Is there any reason why ActionLinks aren't rendered by the VWD 2008 design view?
1
vote
2answers
42 views

How to get an ActionLink to append an / to the end of a link

Hi, My question is simple, how to get an ActionLink to append an / to the end of a link. For some reason our SEO team seem to think this is useful? (anyone? why?) currently Action …
0
votes
1answer
62 views

skip or disable links to current path in ASP.NET MVC

I'm writing an helper that basically receives many RouteValueDictionary and returns many links; I'd like to skip links to the current route values (example: in /Products/Details/3 …
0
votes
1answer
20 views

html.ActionLink links not returning expected value?

I have the following ActionLink Html.ActionLink("Home", "Index", "Home", New With {.class = "tab"}) But it creates the following Link in the address bar http://localhost:1028/?L …

1 2 3 4 next
15 30 50 per page