K
Ken Dopierala Jr.
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 HTML
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. The
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.
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 HTML
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. The
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.