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

What is ispostback property?

0 Answers  


What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


How to set the pane area to transparent of a scrollPane component.?

0 Answers   MCN Solutions,


What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout

2 Answers   Syntax Softtech,


Who generates session id?

0 Answers  






What is a 307 redirect?

0 Answers  


how to transfer the file from client to server using asp.net

0 Answers   Sans Pareil IT Services,


How would ASP and ASP.NET applications run at the same time on the same server?

0 Answers   Satyam,


What is the difference between a Thread and Process?

1 Answers  


hi ans dis qstn. "what is d max size of query string. If it exceeds does it give error. if yes wt error it gvs, if no gv the reason" thnx in advance

3 Answers  


what is the challenging situation you faced in your career?

3 Answers   Calsoft, HP, Satyam, Wipro,


How can you make sure that web api returns json data only?

0 Answers  


Categories