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
Explain the difference between web user control and web custom control?
What is css and what is it used for?
What are the uses of reflection?
How to manage different kinds of sessions in ASP.NET?
What are the features of asp.net mvc?
What is postback in asp net?
What New Features comes with ASP.NET Web API 2.0?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Explain the difference between array and linkedlist?
What is slidemaster?
Is asp.net and .net the same?
Explain the benefits of viewstate?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are the advantages of the code-behind feature?
What is query string in asp.net?