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
Tell me the code snippet to show how we can return 404 errors from HttpError?
Disable Mouse right click on web page in asp.net?
What is applicatio domain?
Explain the difference between overriding and overloading?
Explain significance of routing? : asp.net mvc
What is a postback url?
What is parse in asp.net?
What is a form tag?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What are the different properties of server control that exists?
Is asp.net a language?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What are Master Pages in ASP.NET? or What is a Master Page?
How would you implement inheritance using c#?
How will you load dynamic assembly? How will create assesblies at run time?