xcaliber2222
Programmer
Hello,
I know how to implement a RFV for a DDL, but I have 11 drop down lists and 1 TextBox. One of these 12 controls must have a value before submit. Is there any way to insure that the user will have to select one of the 11 drop downs or TextBox? I've tried client side validation using a JavaScript onsubmit function (using Value, SelectedItem.Value, SelectedIndex == 0, etc.). Nothing is working with client-side validation so now I'm thinking the best way to go is with the .NET required field validation, but I cannot seem to be able to figure out how to implement this for any one of the 12 controls.
Any help greatly appreciated.
Thanks,
Alejandro
I know how to implement a RFV for a DDL, but I have 11 drop down lists and 1 TextBox. One of these 12 controls must have a value before submit. Is there any way to insure that the user will have to select one of the 11 drop downs or TextBox? I've tried client side validation using a JavaScript onsubmit function (using Value, SelectedItem.Value, SelectedIndex == 0, etc.). Nothing is working with client-side validation so now I'm thinking the best way to go is with the .NET required field validation, but I cannot seem to be able to figure out how to implement this for any one of the 12 controls.
Any help greatly appreciated.
Thanks,
Alejandro