M
Manish Jain
Platform: ASP.Net/C# / Framework 1.1/Windows 2000 Server
I am thinking of using User Controls for some tasks which I perform on
nearly all pages like:
1) Page Title with different Captions
2) Address Information forms
3) List of Users
etc.
My Application would be running in an ASP mode and thousands of users would
use it simultaneously, so I need to keep a strict check on performace.
After compilations, Is there a overhead in Page Loading wrt User Controls?
What I want to know is that would my page load any slower (even if
marginally) if I use say 4-5 User Controls on it instead of corresponding
code directly?
Regards,
Manish
I am thinking of using User Controls for some tasks which I perform on
nearly all pages like:
1) Page Title with different Captions
2) Address Information forms
3) List of Users
etc.
My Application would be running in an ASP mode and thousands of users would
use it simultaneously, so I need to keep a strict check on performace.
After compilations, Is there a overhead in Page Loading wrt User Controls?
What I want to know is that would my page load any slower (even if
marginally) if I use say 4-5 User Controls on it instead of corresponding
code directly?
Regards,
Manish