ASP:Table is subject to the properties, methods, events, etc that are
defined.
The <table> tag is simply an html tag and has those limitations.
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Ken Dopierala Jr." <kdopierala2@wi.rr.com> wrote in message
news:eGjRe3U2DHA.264@tk2msftngp13.phx.gbl...[color=blue]
> Hi,
> This is just a query about what people use most. Up until today I've
> been using <asp:Table> tags to build my tables. We just outsourced our[/color]
HTML[color=blue]
> design to a local guy and when I got it back today I was working with the
> html <table> <tr> <td> etc. What a difference that makes, server controls
> are even automatically declared in the code behind when using the generic
> HTML controls. I think I'm going to switch over to using them solely.[/color]
The[color=blue]
> only drawback I've seen is that VS.Net doesn't format them as nicely as it
> formats it's own server control tags. Are there any other advantages to
> using the asp server controls for tables over generic HTML tags? Thanks.
> Ken.
>
>[/color]