What is the proper way to deal with this ASP.NET validation? -


I have conditional verification that requires me to perform. I arguments are supposed to work like this:

If radio button 1 is selected, then text box 1 is required.
If Radio button 2 is selected, then dropdown list 1 is required.

What is the best way to accomplish this?

Use A.


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%? -