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 viewstate information stored?

1 Answers  


How to prevent client side validation from the ASP.NET validation controls?

1 Answers   Viscus Infotech,


How to retrieve user name in case of Window Authentication?

1 Answers  


Is asp.net free?

1 Answers  


WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID

1 Answers   Seion Infotech,


Less than one page, how many windows will you be able to maintain?

1 Answers   Atos Origin,


Disable Session State at the Application Level

2 Answers  


How many view state can be hold by a aspx page ?

3 Answers   Intellevate,


What are Http handler ?

1 Answers   Patni,


What is asp.net and how it works?

1 Answers  


What is the use of @Register directives?

3 Answers  


How do you sign out from forms authentication?

1 Answers   MCN Solutions,


Categories