shelbyinfotech
asked on
What is the maximum number of controls that can be placed in a .aspx page ?
What is the maximum number of controls that can be placed in a .aspx page ? I have one page that may top 500 controls.
There are no known limits for the number of controls on a aspx page. The system should be able to render 500 controls but the question is how usable is a form with 500 controls going to be.
precisely
ASKER
This is for an intranet site, 189 are textboxes, 189 labels that indicate valid input and 49 labels to change state considering selection critera, a max of 160 will be enabled at a time.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
All of these things can cause the page to timeout (if the timeout is not set), also, it may just load too slow for someone to stay interested in the page, potentially causing a loss of visitors.
Personally, I wouldn't throw 500 controls on one page. I'd break it up to at least 5 pages....