When is validation done on the client? How does client-side
validation improve the efficiency of an application?



When is validation done on the client? How does client-side validation improve the efficiency of an..

Answer / 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

More ASP.NET Interview Questions

How many ways are there to maintain a state in .net? What is view state?

0 Answers  


What is the parent class of all web server control?

0 Answers  


What is application variable in asp.net?

0 Answers  


What is the difference between executescalar and executenonquery?

0 Answers  


What is postback pixel?

0 Answers  






How to use push notification?

0 Answers   MCN Solutions,


What threading model used in asp and asp.net?

0 Answers  


Should I delete cookies?

0 Answers  


What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)?

3 Answers   Accenture,


List down the sequence of methods called during the page load.

0 Answers  


What is an asp.net web form?

0 Answers  


Difference Between ReadOnly and Constant Variable in compile time and Run Time.

3 Answers   Phoenix Technologies, Quadrant,


Categories