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 am having 4 textbox inside the datagrid1. And another 4
textbox in datagrid2. For all 8 textbox i am using the
Required Field validator. If i click the button1 then only
first datagrid textboxes should be validated. IT Wil not
consider the second datagrid textboxes. If i click button2
only second datagrid textboxes should be validated. It will
not consider the first datagrid textboxes. How you will
write coding in C# with ASP.NET
If any one know the answer Please help me.
Urgent.
By
Suji.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can action method static?
What does a switch do?
What is the full meaning of asp.net?
Why viewstate is used in asp.net?
What is the significance of ASP.NET routing?
What is the difference between web.config and machine.config in ASP.NET?
What is smpte vc-1?
What are validator? Name the validation controls in asp.net? How do you disable them?
Less than one page, how many windows will you be able to maintain?
What is csrf attack in asp.net?
What are the disadvantages of view state?
What is bson in web api?
What is asp.net mvc? : asp.net mvc
Difference between application events and session events
What is the difference between custom web user control and a custom web server control?