Results 1 to 3 of 3

Thread: need help vb.net , datagridview, ms-access

  1. #1
    Join Date
    Apr 2006
    Posts
    14
    Rep Power
    0

    Smile need help vb.net , datagridview, ms-access

    hi all,

    i am new to vb.net though i used to work in vb6 loooong time back.

    here's the scenario:-
    i have a table - product details (id, desc, price)
    on the vb.net form, i have a datagridview (no datasource)
    the datagridview has columns (desc, price)
    desc in datagridview is a combobox which i'm populating from the table.

    now this is what i want to achieve:-
    when the user selects a product from the combobox (in datagridview) the price (textbox) in datagridview should show the value for that corresponding product from the table.

    can somebody guide me to achieving this.
    thanks.

  2. #2
    Join Date
    May 2003
    Posts
    108
    Rep Power
    0

    Default

    Are using Visual Studilo 2003, 2005 or 2008?
    www.pixJM.com - View and upload photos/videos of what's currently happening in the streets of Jamaica.

  3. #3
    Join Date
    Apr 2006
    Posts
    14
    Rep Power
    0

    Default

    Quote Originally Posted by fatta77 View Post
    Are using Visual Studilo 2003, 2005 or 2008?
    ---------
    VS 2005.
    ---------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •