newbie - datagrids

  • Thread starter Thread starter james
  • Start date Start date
J

james

Hi im new to .net (have been using asp 4 a few years). I am looking at
building a page to display a set of records from a db however i want to
format the data in a diferent way to what i seem to be able to do with a
data grid.

I want to render each record in its own table. ( an example of what i am
trying to acheive can be seen at
http://www.photogenic.tv/tngal.asp?CatName=Landscape&CatId=1)

what is the best way to do this?
 
It is easy to do that with datagrid. Using property builder add a template
column to datagrid then add the table you want to ItemTemplate. you can have
different html controls inside that table.

masoud
 
Back
Top