0
kicks
Creating a Tableless LoginControl with ASP.Net 2.0
The trouble with using some of the built in .Net controls like LoginControl and TreeView adapter is that they render their output in tables and as we know tables should only be used to display tabular data not control the layout of a web page.