User contro having 4 text boxes given validation controls.
i want to execute validations after the button click event
how it is?
Answer Posted / atish r . jaiswal
If we want the validation to be done after the click event
of the button
we can set the disply property of the validator to dynamic
vaidaton will occur so when user click on button
and not on when user left the field invalid
but as answr above
cause validation property is used to avoid the validation
to occur on some respective buttons
if we want to validate only few controls on page
then we use the valiationgroupproperty to set it with same
name to all controls in group and of the validator
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
To redirect the user to another page which method do we use without performing a round trip to the client?
What are the various types of validation controls provided by asp.net?
What are the types of validation in asp net?
How can u deifne the benefits and limitation of using Viewstate for state management?
Is viewstate enabled by default?
When cookie will expire?
In a Repeater control how one can provide an alternating color scheme ?
explain code with datachaching with example
What is the purpose of url encoding?
Explain the difference between sql invalidation and sql notification.
Differentiate between authentication and authorization.
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
How can we create a website?
What is css in asp.net?
I’m having some trouble with cas. How can I diagnose my problem?