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
Post a Comment