What server control is for render pure html file?

R

RedHair

I'd like to dynamically render lots of html file from a ASP.NET 2.0 page,
which server control or method is best for this?
Thanks.
 
S

sloan

The asp:repeater
has the least amount of overhead.

you DataBind it to a dataSource.


The repeater lets you control the look/feel more than the others, but takes
more work to get there.
 

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

Top