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

Rebuild Index

Exclude property of Class Object from Serialization

Multiple Connection from Config File