I have an asp.net 1.1 application which extensively uses databound controls and repeaters. After converting to asp.net 2.0, page load times were doubled vs their 1.1 versions. The poor performance seemed to be linked to slow databinding and rendering of repeater controls. In order to test my hypothesis...