How to diaplay values in HTML tables IN code behind

  • Thread starter Thread starter Vinitha
  • Start date Start date
V

Vinitha

I have been trying to display a resultset in atable format using the table
object from the code behind page. Can anyone suggest whether i am in the
right direction or do we have any other approach for this?

It will be helpful if some one could point me to some code sample for the
same

thank you in advance

Vinitha
 
hi Vinitha,
just use the datagrid object and assign to its datasource your resultset
(table)
 
Hi,

If you just need to display the data use the Repeater

control. Besides being easy to use it provides a great way

to format the way data can be displayed.

Cheers!!!

Nitin.
 
Back
Top