ASP.Net: Disable TabIndex Focusing
If you need to disable/restrict focusing on one or more controls in a page then just mention TabIndex=”-1″.
This is useful particularly when you have some read only controls in your WebForm and you don’t want the control to move(focus) to those controls.
This is known to most of the web-developers but hopefully it will be useful to others.
Posted on January 25, 2013, in ASP.Net, ASP.Net 4.0, C#, HTML and tagged ASP.Net, HTML. Bookmark the permalink. 1 Comment.

Validation server controls are used to validate user-input. If the user-input does not pass validation, it will display an error message to the user.