473,323 Members | 1,551 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

Storing value in ListItemCollection

37
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
Sep 12 '08 #1
1 1558
joedeene
583 512MB
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
Sep 12 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: casey | last post by:
I am trying to bind a list collection with values to a radiobuttonlist, but when i try to access the selecteditem.value i always get the selecteditem.value private void Page_Load(object...
0
by: Gonçalo Boléo | last post by:
I'm creating a control that has a DropDownList in it. I wan't to expose in that control the ListItemCollection of the DropDown. I wan't that the exposed ListItemCollection appears in the Properties...
6
by: Kurt Mang | last post by:
Hi all -- I hate to yell "BUG", but can anyone explain why I cannot get a dropdown list / checkboxlist to recognise the Value property of a ListItemCollection (created at runtime) that I bind...
4
by: benoit | last post by:
Hi, I have this ListBox in which the Itemciollection can be manipulated by the user (items can be added one way or another, and moved to other listboxes). Is there any way that I can get this...
3
by: Brano | last post by:
HI all, I have a problem i have a web application that was working fine and this morning when i run it and click on a button that does Reponse.Redirect to a page i get this error : Server...
1
by: Geoffrey van den Ouden | last post by:
I'm converting this project from ASP.NET 1.1 to 2.0, and the thing I came across is that my dropdownlist no returns the content of the Value property in a correct way. I'm not using a direct...
1
by: RichardH | last post by:
Hi, I have a ListItemCollection that I bind to DropDownList: ListItemCollection items = new ListItemCollection(); ListItem item; item = new ListItem("Option 1", "1"); items.Add(item); item =...
1
by: RSH | last post by:
I am testing a few concepts in preparation of a project. One of the concepts revolves around a custom dropdownlist class. Basically I am overriding the RenderContents and writing a custom value...
2
by: Trih | last post by:
Hello, I'm writing a .Net 2.0 web application in C# and I have a strange problem with something as simple as a dropdownlist. As a test I have added a single dropdownlist to an empty web page...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.