Bind DataGridView to Dataset at design time

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

    Bind DataGridView to Dataset at design time

    I have been trying to bind a datagridview to a dataset at design time
    but it doesn't seem to be working.

    I'm using vs2005 with all the latest patches applied.

    I have actually managed it using code but was wondering what the
    proper method for achieving this using the design viewer for my form
    would be.

    I have tried google but can't find anything that shows this
    specifically - is it actually possible or is it a bit buggy?

    TIA

    V

  • Cor Ligthert[MVP]

    #2
    Re: Bind DataGridView to Dataset at design time

    Vlad,

    Can you explain this a little bit more, in fact everything is binded at
    design time or maybe better nothing is binded at design time. In design time
    is only told what to bind.

    Cor

    "Vlad" <vladimir.mcbad ger@gmail.comsc hreef in bericht
    news:1185807067 .264880.120980@ o61g2000hsh.goo glegroups.com.. .
    >I have been trying to bind a datagridview to a dataset at design time
    but it doesn't seem to be working.
    >
    I'm using vs2005 with all the latest patches applied.
    >
    I have actually managed it using code but was wondering what the
    proper method for achieving this using the design viewer for my form
    would be.
    >
    I have tried google but can't find anything that shows this
    specifically - is it actually possible or is it a bit buggy?
    >
    TIA
    >
    V
    >

    Comment

    • Vlad

      #3
      Re: Bind DataGridView to Dataset at design time

      Sorry - I may be using incorrect terminology - by design time I
      actually meant using the graphical ide how do bind a datagridview to a
      dataset

      Comment

      Working...