patches against System.Web code don't constitute a test. Just add 2 .ascx's to your project, subclass from the appropriate WebControl, and have everything output through Trace. The entire point to a test is to have something that you can run whenever, without applying patches to system.web code. Chris