ListItemCollection is limited to 127 items?
Posted
by HeavyWave
on Stack Overflow
See other posts from Stack Overflow
or by HeavyWave
Published on 2010-03-09T11:04:33Z
Indexed on
2010/03/09
11:06 UTC
Read the original article
Hit count: 155
ASP.NET
I am trying to add a lot of item to ListItemCollection in the ListControl, but once the Count reaches 127 I can't add any more items. It doesn't throw any exceptions, just doesn't add the items. I have changed Capacity to 256, but it still won't add more than 127 items. Is there a hard-coded limit?
© Stack Overflow or respective owner