Datagrid example ...

  • Thread starter Thread starter Ann Huxtable
  • Start date Start date
A

Ann Huxtable

Hi,

Anyone knows of a simple "proof of concept" example of populating a
datagrid control (without references to ASP.Net or database connections)?

All I want to do is to populate a data grid control from data in an
instance of my class.

tks
 
Hello Ann,

use binding methods of datagrid (for example SetDataBinding) and point to
dataset

AH> Hi,
AH> Anyone knows of a simple "proof of concept" example of populating a
AH> datagrid control (without references to ASP.Net or database
AH> connections)?
AH>
AH> All I want to do is to populate a data grid control from data in an
AH> instance of my class.
AH>
AH> tks
AH>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top