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
Define application state variable and session state variable?
How do you use viewstate?
Explain file-based dependency and key-based dependency.
When does a session actually start?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Is it possible for me to change my aspx file extension to some other name?
Write a code for sending an email from asp.net application.
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is a 404 redirect?
What is difference between abstract class and an interface?
How can we prepairing Interview
Can you explain architecture of your project ?
Are there resources online with tips on asp to asp.net conversions?
What are the events that happen when a client requests an asp.net page from iis server?
What does clearing cache?