Author: Grzesiek23 | Posted on: 5/1/2010 4:07:14 AM | Views : 804

I have written few custom controls - like user link or literal with image
The problem: I'm putting these controls to repeater and binding the data. The total time to end load the page takes 5 seconds, when binding the same data to gridview with autogenerate columns take only 1 second.
Is there any way to list the time od rendering each controls - like in Trace mode for page.
Or maybe how can I get the time od each control event?
...

Go to the complete details ...