Hi,
How to use
AutoCompleteSource in C#.net at Run time.
It is only for Text Box and ComboBox Controls.But How to add a data into "
Customsource " option in the AutoCompleteSource.Please give an Example.
Note: user will update a TextBox or ComboBox at runtime and it will display when user type a first letter in the Controls.
For Example:
Control:
TextBox Set Properties: AutoCompleteMode:SuggestAppend.
AutoCompleteCustomSource: "HP","Intel","IBM".
AutoCompleteSource:CustomSource.
Now , I run my Application and I typed in the TextBox(like this "H") Starting "H" words displayed in the ListBox.
MY Query:
"HP Laser Jet" typed in the Text Box and Press "Enter" Key. It did not display why? I want to display HP and HP Laser jet in the list box.Please How to achieve this?
Regards,
Lakshmi Naraayanan.S
http://dotnettechrocks.blogspot.in/
http://abaprocker.blogspot.com/