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
roy himanshu
NA
126
0
Search a list box while typing in a text box in Winforms C#
Nov 24 2009 11:26 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
Reply
Answers (
3
)
Load Control at run time
Load control dynamically on scrolling