I am trying to validate web controls by using the RequiredFieldValidator. I have a dropdown that displays values. When a value is selected, the form make a panel that is associated with the selected value visible and make other panels invisible. If I dont type text in a required textbox my validation code catches it. However, my dropdown box no longer works after I correct the validation error. Can someone help me?
James
James