R
Rob Meade
Hi all,
I recently read a book regarding improving the performance of web pages
loading, one of the suggestions was to add <colgroup> and the relevant <col>
tags with information such as cell widths and so on. Having understood how
this works and what it can do I was keen to apply it this morning to a .net
application - my problem is that I have an <asp:table> and it wont allow me
to add <colgroup> tags etc between the opening and closing tags.
Do I need to write this to the table programmatically? If so - how would one
do that?
Thanks in advance for any help.
Regards
Rob
I recently read a book regarding improving the performance of web pages
loading, one of the suggestions was to add <colgroup> and the relevant <col>
tags with information such as cell widths and so on. Having understood how
this works and what it can do I was keen to apply it this morning to a .net
application - my problem is that I have an <asp:table> and it wont allow me
to add <colgroup> tags etc between the opening and closing tags.
Do I need to write this to the table programmatically? If so - how would one
do that?
Thanks in advance for any help.
Regards
Rob