Data Object

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have some data in various variables such as arrays, lists, etc.

I want to create a data object to be linked to a GridView.

Which ASP.NET 2.0 data object should I use?

Thanks,
Miguel
 
You can link (databind) GridView to any collection object. It could be a
DataTable, an Array, an ArrayList etc. etc. It is entirely specific to the
application requirements and architecture.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top