Binding a drop down in onLoad

C

Carole MacDonald

I am trying to bind a drop down list to a list of users from Active
Directory. I would prefer to do this in the form's own FormCode and
not have to link to a web service as a secondary data source. I can
easily get the list of users in the OnLoad method, but I don't know
how to bind the data to the drop down list box. I can access the
node, but it looks like it only has the selected value in it, not the
whole list

IXMLDOMNode dropDown =
thisXDocument.DOM.selectSingleNode("my:UserList");

Is there a way to programmatically bind a drop down list box, or do I
have to use a web service as a secondary data source?

Thanks,
Carole
 

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