roy himanshu

roy himanshu

  • NA
  • 126
  • 0

Search a list box while typing in a text box in Winforms C#

Nov 23 2009 11:52 PM

 
HI,
I have a list-box where items are loaded from database , when user types anything in text-box, list-box should search the starting characters entered and display it in List box.?
For example :
As soon as User types "A" in text-box ,then all the records starting from "A" should be displayed in List-box.
When user selects the record and press enter,that record should be entered in Gridview.
And also when user clicks the record from mouse,that record should be entered in Gridview.
I don't want to use text-box auto complete mode

Answers (1)