Friday, July 27, 2012

How to set automatically focus on ASP.NET controls when validation fails ?

 “SetFocusOnError” properties to automatically focus ,if validation fails. with this it will help the user to identify the control easily SetFocusOnError=”True”. By default it’s false. 

To set focus automatically you  have to set  


No comments:

Post a Comment

Thank you for visiting my blog

Python -3

  Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...