I am having four text boxes in my web application. I am
setting Required Field validator to each Text box. And I am
having two buttons in my application. If i clicked the
first button only first two text box validation will get
fire. Dont show error message for remaining two text box.
If i clicked second button last two text box validation
will get fired. It will not consider the first two
validation controls. That is how to enable and disable the
validation controls.
Answer Posted / suji
Hi..
I got the answer.
Thanks a lot....
By
Suji.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the different types of assemblies?
How do you identify that the page is postback?
What does passport and windows authentication mean in ASP.NET?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How can you access the properties and controls of master pages from content pages?
What is the parent class of all the web server control?
What is a page life cycle? What are the events in a page life cycle?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Explain the path instructions in xaml?
What is GAC in ASP.NET 2.0
What is cookieless session id explain in brief?
What are the advantages of passport authentication?
How to do state management in ASP.NET?
Is it possible to write code in many languages in one asp.net project?
Difference between application events and session events