TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
xs2jayeshp
NA
1
0
VB.NET CHECKEDLISTBOX AND TEXTBOX TOGETHER
Oct 8 2003 8:16 AM
Hi Friends I want to do this without database support. all i m using is collections(ArrayList). my data is stored in the ArrayList. I have few entries in my collection and i want to display the entire collection in the CheckedListBox so the user can make selection, i also want to diaplay TextBoxes for each record in the collection to be displayed in the CheckedListBox. so in each row displayed it will display 1 CheckedListBox and 2 TextBoxes + some text retrived from the collection. Some thing like below : ... 1. "CheckedListBox" sometext "TextBox" sometext "TextBox" 2. "CheckedListBox" sometext "TextBox" sometext "TextBox" 3. "CheckedListBox" sometext "TextBox" sometext "TextBox" 4. "CheckedListBox" sometext "TextBox" sometext "TextBox" 5. "CheckedListBox" sometext "TextBox" sometext "TextBox" ... If any one can get the solution to this without database support, it will be of great help to me. I am not sure whether this can be done without database support or not...! Many Thankx Jay
Reply
Answers (
1
)
How can I capture deleted files?
Passing variables between forms