lot of controls in a aspx page

G

Guest

I have about 150 server control in a aspx page. What is the best method to use this. If i open this it eating all the memory.

Any thoughts about it?

joji
 
S

Steve C. Orr [MVP, MCSD]

I bet you don't need all those to be server controls.
HTML controls are lighter weight.
In most cases labels don't need to be controls at all, it can just be
literal text on your page.
150 controls on a single page is a lot for a user to handle even if the
computer can handle it. You might consider breaking this out into pages for
more bite-sized usability.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net


joji kerala said:
I have about 150 server control in a aspx page. What is the best method to
use this. If i open this it eating all the memory.
 
S

Showjumper

Dont have so many controls on one page :)
joji kerala said:
I have about 150 server control in a aspx page. What is the best method to
use this. If i open this it eating all the memory.
 

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,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top