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

Kubernetes

Prerequisites We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images...