When is validation done on the client? How does client-side
validation improve the efficiency of an application?
Answer Posted / raghumadhav tirunagari
In most cases, client-side validation is performed when the
focus leaves a user control that has a validator assigned to
it by hitting the tab key or clicking on another control.
This is not the case, however, with a required field
validator. The control isn't validated until the user clicks
a button whose CausesValidation property is set to true or
if the user erases information from a control that
previously contained data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of web.config and machine.config files?
Explain the asp.net mvc request life cycle? : asp.net mvc
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What are the ways of preserving data on a Web Form in ASP.NET?
How to manage different kinds of sessions in ASP.NET?
What is the use of ASP.NET routing?
How does session state work in asp.net?
How will create assesblies at run time?
What is rich control in asp.net?
What is the question mark in a url?
What are app services?
How many types of state management are there in asp net?
Is global asax mandatory?
How are sessions stored?
Can master pages be nested?