Twin Cities Code Camp

Utilizing the ASP.NET Adapter Architecture

by

Mon, Oct 01, 2007
Room:
Time: 0:00

ASP.NET 2.0 provides the ability to override control and page rendering in order to tailor the output for specific browsers or provide new behaviors. One great use of adapters is to use session storage for viewstate rather than a hidden client field saving bandwidth and improving performance, which can be easily accomplished with a custom page adapter. Learn how to use the siteMapPath control, but render its output in a DropDownList to save screen space. See how to add querystring tamperproofing to HyperLink controls without having to modify any existing site code.


About the Author