My form contains 2 textboxes and 2 buttons. I want to validate 1st TextBox using first button and another using second button. so how to add validation group on both buttons in MVC?
Simply use 2 Forms. As one Form can have only one Submit Button.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.