Search Results

Search found 1 results on 1 pages for 'bmavity'.

Page 1/1 | 1 

  • How do you add a boolean attribute in asp.net mvc?

    - by bmavity
    I'm trying to output the following html using an html helper in asp.net mvc 2: <input type="text" id="Name" name="Name" value="" autofocus /> I'm using this code now: <%= Html.TextBoxFor(x => x.Name) %> and I've tried // results in <input ... autofocus="" /> <%= Html.TextBoxFor(x => x.Email, new { autofocus="" }) %> // does not compile <%= Html.TextBoxFor(x => x.Email, new { autofocus=null }) %> Is there any way to accomplish what I'm looking for using an html helper?

    Read the article

1