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
Alan
NA
1
0
Data bound combobox text value
Oct 18 2006 5:47 PM
Hi
I am a C# beginner. Have a data bound combo which I use to assign a parameter to a query like so:
oleDbDataAdapter1.SelectCommand.Parameters["class"].Value = cboClass.Text;
Problem is that after I have selected item from the combo list the value in cboClass.Text is {system.data.datarowview}. If I type a new value in to combo cboClass then Text is fine and the query gives correct result.
Should add I am using VS.Net 2003
Any help appreciated.
Thanks
Alan
Reply
Answers (
0
)
Abstract constant: how to?
possible Button and KeyPress conflict