Click here to Skip to main content
Sign Up to vote bad
good
See more: MVC3Razor
Hi am trying to do autofocus in my view page.I tried the below coding but it focusing the label not Textbox
<div class="contact_form">
    <div class="contact_form1">
    @Html.LabelFor(model => model.Prefix)
    </div>
    @Html.TextBoxFor(model => model.Prefix, new { autofocus = "autofocus",
    @class = "name_form" })
    @Html.ValidationMessageFor(model => model.Prefix)
    </div>
any one please help me to get out of this problem
Posted 21 Aug '12 - 18:35
Edited 21 Aug '12 - 19:27


1 solution

Check the following SO link:
 
http://stackoverflow.com/questions/2998247/asp-net-mvc-html-textbox-set-autofocus-property[^]
 
Else, in case you are using jQuery, you could simply do,
 
$('.name_form').focus();
 
Hope this helps!
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 310
1 Slacker007 240
2 Mahesh Bailwal 230
3 Ron Beyer 215
4 Aarti Meswania 200
0 Sergey Alexandrovich Kryukov 8,598
1 OriginalGriff 7,024
2 CPallini 3,668
3 Rohan Leuva 3,011
4 Maciej Los 2,343


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 22 Aug 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid