![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
Join Date: Sep 2004
Posts: 50
Rep Power: 5
![]() |
ComboBox Question
Can somebody please tell me how to get data from a database to show up in the combobox dropdown in code?
Thanks |
|
|
|
|
|
#2 |
|
Programmer
Join Date: Oct 2007
Posts: 32
Rep Power: 0
![]() |
Re: ComboBox Question
Create a DataView instance and populate it with data retreived from the database, then proceed:
ComboBox.DataSource = DataView |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Sep 2004
Posts: 50
Rep Power: 5
![]() |
Re: ComboBox Question
can you please explain more?
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Visual Basic 2005 Question | ReubenK | Visual Basic .NET | 3 | Apr 5th, 2006 4:23 PM |
| How to post a question | nnxion | C++ | 10 | Jun 3rd, 2005 12:53 PM |
| How to post a question | nnxion | C++ | 0 | Jun 3rd, 2005 9:55 AM |
| How to post a question | nnxion | C | 0 | Jun 3rd, 2005 9:55 AM |
| how to make an autocompleting combobox? | chepfaust | Visual Basic | 5 | Apr 2nd, 2005 10:07 PM |