I'm currious if it is possible to check (while writing in combobox) if an item containts phrase not only starts by and how to achieve this effect ?
Asked
Active
Viewed 288 times
0
-
Please read through the [about](http://stackoverflow.com/about) page *before* posting any questions on StackOverflow. Your question does not have enough information in it and is unclear. Please edit it and add code examples of your efforts to achieve this so far. – Sheridan Aug 27 '13 at 14:04
-
1use the RegEx class to define desired input patterns and capture matches when the user changes the value in your combobox. – B L Aug 27 '13 at 14:36
1 Answers
0
I suppose what you want is a AutoCompleteBox control... Check the following demos regarding this control..It will help you get started..
http://demos.telerik.com/aspnet-ajax/autocompletebox/examples/default/defaultcs.aspx

Arun Bertil
- 4,598
- 4
- 33
- 59