Connecting Tech Pros Worldwide Forums | Help | Site Map

Storing value in ListItemCollection

Newbie
 
Join Date: Jul 2008
Posts: 28
#1: Sep 12 '08
Hi All,

I want to know how many items i can strore in ListitemCollection object.

means what is the size of Listitemcollecation. i want to store 6000 item can i use LisitemCollection for later use of that items.

or is there any other way to store that value.

Thanks

-john
joedeene's Avatar
Site Addict
 
Join Date: Jul 2008
Location: US of A
Posts: 587
#2: Sep 13 '08

re: Storing value in ListItemCollection


Quote:

Originally Posted by john20

Hi All,

I want to know how many items i can strore in ListitemCollection object.

means what is the size of Listitemcollecation. i want to store 6000 item can i use LisitemCollection for later use of that items.

or is there any other way to store that value.

Thanks

-john

how about just using the StringCollection? unless you are gonna place objects or other types of data. but i think the 6000 or how many isnt alot really, and most computers should hold it, i think it is how much memory/cpu, u have , since its not physically stored on the hard drive, i think anyhow not sure...

joedeene
Reply


Similar .NET Framework bytes