|
-
May 17th, 2010, 03:01 AM
#1
Thread Starter
Member
[RESOLVED] Populate unbound Combobox w. Valuemember
Hi all, I've been away for a while from VB6 and just beginning with VB.NET 2008.
What I'm just trying to do is the following:
I need to fill a combobox from a dataset, but I have to translate the entries before displaying them. That's why I assume I have to use a loop to add the Items.
Yet if I simply use "comboBox.Items.Add()" then I can't set something like a ValueMember to store the ID.
Any ideas how to accomplish this?
Tags for this Thread
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
|