Re: performance
- From: Scott Allen <scott@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 02 Jun 2005 20:47:27 -0400
Hi Elaine:
Generally you have to test these types of scenarios in your
environment, with your expected production hardware and with the # of
concurrent users you expect your application to see. That is the only
way to tell for sure, but ...
I think you'll be find if you want to use panels and lots of server
controls on the web.form. The framework has a lot of work and
optimization in place to be fast for a wide variety of applications.
--
Scott
http://www.OdeToCode.com/blogs/scott/
On 2 Jun 2005 09:45:37 -0700, "elaine" <elain.sun@xxxxxxxxx> wrote:
>I'm going to create a web form to show some textboxes to users, after
>clicking the button, i will save whatever user inputed into database
>and redirect to another page to display what the user just inputed into
>some label controls. I'm thinking not using 2 pages but use panel
>server control to group my textboxes and labels, before postback, i
>will hide the panel with labels and show the panel with textboxes,
>after postback, i will show the panel with labels and hide the panel
>with textboxes.
>
>The problem is, the textboxes and labels are generated in codebehind, i
>don't know the control numbers will be end up with. I think for
>performance purposes, i need to limit the number of the server controls
>in my web form. My questions is hiding a lot of server controls will be
>affect performance?
>
>thanks,
>
>Elaine
.
- References:
- performance
- From: elaine
- performance
- Prev by Date: Re: Automated emails
- Next by Date: Sorted List Snapshot?
- Previous by thread: performance
- Next by thread: Problem with Windows 2003 cluster and ASPNET worker process accounts
- Index(es):
Relevant Pages
|