Re: performance

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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

.



Relevant Pages

  • performance
    ... I'm going to create a web form to show some textboxes to users, ... I'm thinking not using 2 pages but use panel ... server control to group my textboxes and labels, before postback, i ... My questions is hiding a lot of server controls will be ...
    (microsoft.public.dotnet.framework.aspnet)
  • Control placement in panels (ASP)
    ... Using Visual Studio and an ASP app, I'm trying to place a few labels ... and textboxes into a panel. ... The page is in absolute position mode. ... can't move the controls inside the panel. ...
    (microsoft.public.dotnet.languages.vb.controls)
  • Re: Dynamic Controls - Still!
    ... I've got another page where the same code works just fine, but the labels ... A panel derives from Control just like the Page ... > Dim ddl As DropDownList = New DropDownList ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
  • Re: The Electricians Credo, part XXXIV
    ... owns the house know which breaker goes where. ... The NEC requires the panel to be labeled, ... Typically you'll get general labels like first floor lighting, ... The electrician that wired my house made a computer printed label that ...
    (alt.home.repair)
  • Re: run out of space to put controls on form
    ... in the respective panel and place your fields over top of the paper form ... ... bunch of text boxes underneath each other (they are comment fields ... I guess I don't care what the real form size is, ... more textboxes that will currently fit on the form. ...
    (microsoft.public.dotnet.languages.vb)