comboboxcolumn +datagrid +vb2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • giminera

    #1

    comboboxcolumn +datagrid +vb2005

    I have a datagrid with three columns: the first is a combobox, the
    second one and the third one are textboxcolumns.
    The comboboxcolumn have as datasource a dataset from a sql table that
    have three fields: item,descr,qty.
    When I choose a field in the combobox I'd like the values in the two
    textboxcolumns is the value of descr and qty connected to combobox
    value (like a binding).
    Thanks.

  • aaron.kempf@gmail.com

    #2
    Re: comboboxcolumn +datagrid +vb2005

    sorry vb 2005 doesn't support datagrids

    Comment

    • Bruce W. Darby

      #3
      Re: comboboxcolumn +datagrid +vb2005

      giminera,

      Ignore Aaron. He's a newsgroup troll and is less than helpful in all areas
      where programming in VB 2005 and .Net are concerned.

      Bruce

      "giminera" <giminera@liber o.itwrote in message
      news:1169474869 .189274.22030@5 1g2000cwl.googl egroups.com...
      >I have a datagrid with three columns: the first is a combobox, the
      second one and the third one are textboxcolumns.
      The comboboxcolumn have as datasource a dataset from a sql table that
      have three fields: item,descr,qty.
      When I choose a field in the combobox I'd like the values in the two
      textboxcolumns is the value of descr and qty connected to combobox
      value (like a binding).
      Thanks.
      >

      Comment

      Working...