I have connected a textbox to a autocompltecustomsource , is there any way to show list again when we insert ‘;’ to list , something gmail do for ‘To’ textbox when you want to compose email .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is not supported by the standard .net windows textbox. You have to manually implement this behavior by hooking to textchange/keypress event and parsing the text. It might be tricky little bit but not very complex to implement.