Need help with a combobox...

I have a combobox that I want to load from a database. The text will be a name, 
and the value will be an integer.

That's it - pretty straightforward. Just can't seem to figure it out. The xml 
will look like this:

<designers>
  <designer id="1" name="Matt" />
  <designer id="2" name="Ted" />
</designers>

Thanks so much in advance for your help!!!

Reply via email to