R RedHair Feb 14, 2006 #1 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.
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 Feb 14, 2006 #2 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.
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.