Hi,
How do you validate the values presented in a web list ?
to clarify: I have a dropdown list and a .csv file, I wish to validate the fields in the .csv against the drop down list.
Marius
Validating Drop Down box
Re: Validating Drop Down box
First you need to get the Element of you SelectTag.
Next you can foreach through all the OptionTags in your SelectTag element and check for existence of the items in your CSV.
Next you can foreach through all the OptionTags in your SelectTag element and check for existence of the items in your CSV.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...