User contro having 4 text boxes given validation controls.
i want to execute validations after the button click event
how it is?
Answer Posted / satish
In 4 Text boxes properties, make the cause validation
property false. And in button click event make the all text
box cause validation property true.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of view state?
What is anonymous authentication?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is asp.net and ado net?
What is a form tag?
Why is string called immutable data type?
what are the web form events available in asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
List the events in page life cycle.
Where the viewstate is stored after the page postback?
How can you implement encapsulation in asp.net?
What asp.net control can embed xaml into asp.net pages?
What is web api config?
Explain different authentication modes in asp.net?
What is considered a service provider?