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 / navin chandra pandit
To solve above prob., u can use validationGroup property of
ctrl. Those validation ctrls. that want to validat with a
btn ctrl., place in one group while the other place in 2nd
group simply.
Hope u got the point now.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the different authentication modes in asp.net?
What is rich control in asp.net?
What is Razor View Engine
What is an assembly? Explain its parts.
Explain what are webservices?
Define data caching?
What are the new web part controls in asp.net 2.0 ?
Where sessions are stored in asp.net?
What is the difference between cookie and session?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
How to use push notification?
Explain about consistent programming model in the .NET framework?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Explain security types in asp.net?
Mention the execution process for managed code?