asp.net - multiple Html.ValidationSummary's in a single .Net MVC page? -
Is Multiple HTML.ValidationSummary in a Single .NET MVC Page?
I have a user and a login form on the same page and you have to summarize
You can, but they will both display the same modelstate verification errors, which may be what you want. You can create special watch items to submit errors separately.
Comments
Post a Comment