|
-
Jul 26th, 2005, 04:27 AM
#1
Thread Starter
Lively Member
xml as datasource to many controls
Hi Guys
I need to provide an interface to configure some settings - the settings are stored as XML.
I would like to populate a combo box with a list of tags and upon selection a group of textboxes should be populated with the information. I'l use an example to better explain.
<Account>
<id>1</id>
<name>test</name>
</Account>
<Account>
<id>1</id>
<name>test</name>
</Account>
The combobox should be populated with all the id's and when an id is selected a text box should display the name value.
Is this possible, if so how?
Thanks Guys
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|