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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -