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
timothy.farrell
NA
105
0
How to get listbox control to work????
Sep 28 2004 12:29 PM
Can someone answer a question for me? I have a listbox control that gets values for both text and data from an employee table. The problem I am having is how to handle the data returned for the datavaluefield. The scenario: A user selects from a list of employees those employees who use widgets. When the form is submitted however; those values need to be entered individually for each user into a seperate table called emp_widgets. That way the records are entered into the emp_widgets tables like: Emp_Widgets id emp_id WidgetID 1 1 2 2 2 2 3 3 2 Question: Is this the practical way to handle data from a multi-select listbox control? If not can you tell how to handle this scenario? If so can you tell me how to accomplish this scenario? Thank you very much for your time. Sincerely, Tim
Reply
Answers (
1
)
Datagrid update - insert
Retrieving Data in Code