display datagrid

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

How can i get the datagrid to appear within my web page without using a DB?
Currently I'm creating some screen mock ups and want the datagrid to appear
within the browser without connecting to a database right now, I want to see
the look of my page first.
 
Hello,

maybe just use a dataset, that you serialize to the
filesystem (xml).
reload it and bind it!

regards

tom
 
Back
Top