O
ochocki
Hi,
On site I create there is a lot of tables. Those tables are of course
generated using Table class, which generates html tables using <table>/
<tr> and <td> tags. It is very trendy and recomended to use DIV tags
to build tabular views. The question is how to achieve it using
ASP .NET?
I know I can throw out Table class and implement my own Table deriving
it from WebControl. But this does not make sense to me (I think it's
obvious why).
Any solution? What does Microsoft recommends?
/M
On site I create there is a lot of tables. Those tables are of course
generated using Table class, which generates html tables using <table>/
<tr> and <td> tags. It is very trendy and recomended to use DIV tags
to build tabular views. The question is how to achieve it using
ASP .NET?
I know I can throw out Table class and implement my own Table deriving
it from WebControl. But this does not make sense to me (I think it's
obvious why).
Any solution? What does Microsoft recommends?
/M