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
Why session is necessary in web application?
What is the difference between “Web.config” and “Machine.Config”?
List down the sequence of methods called during the page load.
What does it mean your session has timed out?
How do cookies work?
Explain serialization and deserialization?
How would you implement inheritance using c#?
What is the difference between mvc and asp.net? : Asp.Net MVC
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
How do u deploy your asp.net application?
What is a web based system?
Explain the Session state management options available with ASP.NET?
What is autopostback in dropdownlist in asp net?
what are the web form events available in asp.net?
Difference between web user control and web custom control?