Creating a Tableless LoginControl with ASP.Net 2.0

The trouble with using some of the built in .Net controls like LoginControl and TreeView 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. If we wanted ...[Read More]

Published: Nov-17-07 | 1203 Comments | Link to this post