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


Please Help Members By Posting Answers For Below Questions

What is server side in asp.net?

498


What is the difference between dynamic SGA and static SGA?

586


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

539


What is caching? What are different ways of caching in asp.net?

664


What is _dopostback in asp net?

530






Explain the disadvantages of viewstate?

571


How we implement web farm and web garden concept in asp.net?

541


Describe the disadvantage of cookies.

599


What are the advantages of Web API?

639


How can I open ashx file in mobile?

622


Explain exception filters?

593


What is the request flow used for asp.net mvc framework? : asp.net mvc

533


Can you change a Master Page dynamically at runtime?

580


What is synchronous and Asynchronous post back ?

646


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1952