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
What is parse in asp.net?
Can you explain one critical mapping? Performance issue which one is better?
Explain how viewstate is being formed?
What are the disadvantages of asp.net?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is a postback ispostback and autopostback in asp net?
How does output caching work in ASP.NET?
Differentiate globalization and localization.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How dataadapter.fill works?
What is virtual directory in asp.net?
Explain about asp.net state management?
What are the asp.net list controls and difference between them?
What is the difference between a default skin and a named skin?
What are the benefits of view state?