Dropdown box limit

  • Thread starter Thread starter chuckdfoster
  • Start date Start date
C

chuckdfoster

Is there a limit to the number of rows that can be in an asp.net dropdown
box? I know there is a limit in MS Access, but didn't know if it applied
here.

thanks,
 
I'm sure there is one..but we are talking about thousands and thousands and
it's probably limited more bythe user's machine than anything else.

If you do plan on having a gigantic dropdown, make sure to look at:
http://weblogs.asp.net/despos/archive/2005/03/16/394834.aspx

which warns of pitfalls to avoid w/large textboxes and viewstate.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 
Back
Top