Retrieving the dropdown text via code

J

Jack

I have a drop down on a form with a number of options manually added. These
options have a number for the value and a text description for the display
text. Via form code I can retrieve the value, but not the display text. I
am using this code to get my value:
ndSample.selectSingleNode("my:SampleField").text
I've discovered that the display text is in the view1.xsl file, and not the
main data set, so essentially I'm asking how to retrieve information from
view1.xsl via code. Thanks.
 
J

Jack

I've been doing that for dropdowns that are bound to datasoures, however my
dropdown lists on this form are all bound to manually entered option items.
How do I retrieve these?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top