How to get get complete column from database to combo box ?
Iamateur 0 Junior Poster in Training
Recommended Answers
Jump to PostIf you want to get all of the rows out of a database for a particular column use either a dataReader or a dataAdapter to hold the result of your SQL statment (SELECT column_name FROM database;) and then loop through the reader or adapter adding each item to the combo …
All 4 Replies
hericles 289 Master Poster Featured Poster
Mitja Bonca 557 Nearly a Posting Maven
M.Waqas Aslam 67 Posting Pro in Training Featured Poster
Begginnerdev 256 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.