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 is the difference between login controls and forms authentication?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What does asax stand for?
What is the Intermittent crashing of application in production?
How will you load dynamic assembly?
What is the difference between cache and cookies?
what is loosely coupled solution? How it can be used?
How do cookies work?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Explain code snippet to register exception filters from controller?
Can you use c# without .net?
What are the namespaces used in asp.net mvc? : asp.net mvc
Explain one critical mapping?
Explain the significance of routing? : asp.net mvc