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
Can you set the session out time manually?
How to use a Master Database in Asp.net?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Differentiate between file-based dependency and key-based dependency.
what is publisher?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Differences between “dataset” and “datareader”.
What is web router?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Is web config mandatory?
What is special types forms
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
How do cookies work? Give an example of their abuse.
What do you mean by query string?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#