Textbox element indexing in an ArrayList

himchr

New member
Joined
Jun 29, 2010
Messages
1
Programming Experience
Beginner
Hello,

I want to access each entered element in an textbox as an index in ArrayList. But, the problem is that whenever I enter value in the textbox, it stores all the values in single arraylist index.

How can I store it as an indexed value in ArrayList.

Thanks and Regards,
Himanshu Chopra
 
I have moved your thread to a more appropriate forum.

Please try to state your issue more clearly, maybe with an example, because I can't really work out what you're trying to say.

Also, don't use an ArrayList at all. Use a generic List.
 
Back
Top