Hide redundant error message in ASP.Net ValidationSummary
I have a asp.net page accepting two input values – Name and Address. Both of them are required fields. I have used required field validators and validation summary.
I have a asp.net page accepting two input values – Name and Address. Both of them are required fields. I have used required field validators and validation summary.