Bind DataGridView to Dataset at design time

  • Thread starter Thread starter Vlad
  • Start date Start date
V

Vlad

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
 
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
 
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
 
Back
Top