Populating Drop-Down List via .Net

J

John

How to use C# to populate (ADD) items into a Infopath
Drop-Down list(s) at runtime. I am not using any
datasources as I have my own .Net assemblies to push/pull
data from an external datasource.

I have placed fields within the xpath document to hold
user entered/selected values.

Any examples or directions here would be very valuable.

P.S. I already have the toolkit installed for VS.net and
have a Infopath Project started.

Thank you in advance!
 
D

dbsearch04

Make a web service that emits the values you want in the drop-down box.
Then just reference the web-service as a secondary data source.

HTH.

Regards..
 

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