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
tomekalaj
NA
16
0
textBox KeyPress event, connect with listBox
Mar 29 2005 8:34 AM
I have listBox and I Fill him with some values ( oleDbConnection1.Open(); OleDbDataAdapter DAProdukt = new OleDbDataAdapter("select ProduktID,ProdName FROM Producti",oleDbConnection1); DataSet DSProdukti = new DataSet(); DAProdukt.Fill(DSProdukti); listBox1.DataSource = DSProdukti.Tables[0]; listBox1.DisplayMember = "ProdName"; listBox1.ValueMember = "ProduktID"; ). Is it possible for example to start write in one textBox and in that textBox.Text to show the value from listBox.DisplayMember, who have the same name before I write all name? If is not possible than how can I do that with comboBox1 when I start writing in him automatically to show the name from comboBox1.DisplayMember before I write all name? Thanks!!
Reply
Answers (
2
)
News: VistaDB 2.0.14 embedded database for .NET released
How to write a stored precedure statement for update