Override the rendering of the ASP.NET 2.0 controls.

Friday, March 31st, 2006 | .NET

In April, the ASP.NET team will ship examples on how to use ControlAdapters for the ASP.NET 2.0 controls. This is a really good idea, because very few people knows how to override the rendering of the standard ASP.NET 2.0 controls. The ControlAdapters allows the developers to render the controls in a really nice way instead of using tables, which seems to be the Microsoft way. For instance, the menu control can be rendered with <ul><li> tags and be customized with CSS classes. This is a really nice feature that few people know about.

Check out ScottGu's blog for more information about this.

Tags:

No comments yet.

Leave a comment