datagridview question again

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cstrader232
    New Member
    • Jul 2006
    • 4

    #1

    datagridview question again

    I know that I can fill a listbox, for instance by:

    ListBox1.Items. Add(..)

    Is there an equivalent to fill a row or column or cell in a datagridview?

    Or do I have to fill a dataset first, which is then displayed in a datagridview?

    If the latter, how do I write to a cell column or row in a dataset?

    tia
Working...