MCQs > IT & Programming > ASP.NET > Suppose, on an .ASPX page, we have two separate data entry forms with submit buttons. How can we ensure that submitting the first form does not validate any controls in the second form, and vice versa?

ASP.NET MCQs

Let's suppose, on an .ASPX page, we have two separate data entry forms with submit buttons. How can we ensure that submitting the first form does not validate any controls in the second form, and vice versa?

Answer

Correct Answer: Assign two different validation groups to both forms and their controls

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More ASP.NET MCQ Questions