Okay so I have a dropdown box with two options. Option1 and Option2.
I also have a control grid for each which is by default hidden unless the choose one of the two options.
If they choose option1, option1controls will appear.
If they choose option 2, option2controls will appear.
My question is, how do I set it to do that? I highlight the dropdown list control, filter through all the options and cant seem to find the property stings I have in the list. Or a way that if this one is selected, show this control if this one is selected show the other.
Secondly, I need a directory selection path, for the uo client files. I have tried every control there is in VS2k8 forms and cant seem to find this one.
Finally anyone got a good site with documentation and "how to" with regards to forms?