Question
My problem goes like this..
- I have a web with a number of WebForms
- Each WebForm has a TopicClassification field
- The TopicClassification field is an "option"
I want a SEARCH where I can
- Specify which WebForm to refer to
- Extract all the options to build a pull-down list
- Each item formatted like :-
<option> Value </option>
Environment
--
AntonAylward - 29 Oct 2004
Answer
I do not understand what you like to do. Could you explain using this example:
- WebFormA has TopicClassification values A1, A2, A3
- WebFormB has TopicClassification values B1, B2, B3
--
PeterThoeny - 30 Oct 2004