1 Replies - 146 Views - Last Post: 03 August 2012 - 06:57 AM Rate Topic: -----

#1 chertos  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 03-August 12

listbox

Posted 03 August 2012 - 06:20 AM

hi,
i'd like to ask you about the listbox.
specifically, i want to show to a listbox data from .mdb file
how can i do it?
thanks
Is This A Good Question/Topic? 0
  • +

Replies To: listbox

#2 modi123_1  Icon User is online

  • Suitor #2
  • member icon



Reputation: 6463
  • View blog
  • Posts: 23,493
  • Joined: 12-June 08

Re: listbox

Posted 03 August 2012 - 06:57 AM

Much like anything - get the data from the database (we have tutorials on database interactions in c# and vb.net)... then with your dataset assign it to your listbox's "datasource" property. Specify a display column and a value column (from your dataset).. and off you go.
Was This Post Helpful? 1
  • +
  • -

Page 1 of 1