MVC.net - Set Tab Index To Control

 Set Tab Index To Control 


@Html.TextBox("Login", "", New With {.class = "textbox", .tabindex = 1})


@Html.TextBox("Password", "", New With {.class = "textbox", .tabindex = 2})

Comments

Popular posts from this blog

Shared / Static Class in vb.net/C#

Xamarin Forms - Change Colour of Navigation Bar (Page Title For Master-Detail Template)

Xamarin Forms : PopUp Page with RG.Plugins.Popup