Performance issue

G

Guest

Hello -

If I have a choice of putting everything on one Webform page or splitting it
between four pages, should I opt to use the four to improve performance?
Will it really make any difference? All of these pages (or one if I choose
to use one) access a Sql Server 2000 database.

Thanks in advance for your response.
 
K

Kevin Spencer

Hi Sandy,

Excellent question. You are correct in that splitting functionality betwen
pages will improve performance. The most salient reason is that code that is
in one of the other classes doesn't have to be loaded when it is not used.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
G

Guest

Thanks, Kevin!

Kevin Spencer said:
Hi Sandy,

Excellent question. You are correct in that splitting functionality betwen
pages will improve performance. The most salient reason is that code that is
in one of the other classes doesn't have to be loaded when it is not used.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top