Is there performance difference when using say 10 user controls on a page vs a page displaying the same data, but without user controls.
A:
A usercontrol is just another object. It might use a little more memory and a bit more time(because the object needs to be placed in memory to be used), but I guess they are so small that it will make no difference in performance.
Sergio
2009-06-03 11:43:43
+3
A:
Of course a clean design with lots of object and classes suffers from performance
However, given today hardware cost..... I don't care
I can fix the problems of a good design with more hardware, but there is no hardware to fix a bad design ;)
So use as many user controls as you want
daniel
2009-06-03 15:43:20
A:
There is a cost to using user controls, but it is negligible and the benefits far outweigh the cost..
jinsungy
2009-06-03 15:45:59