TextBox.AutoComplete .net 2.0
-
Hi, I would like to use the new AutoComplete feature supported in .net 2.0. I use it with a custom source, means I build my own suggestion string list for autocompletion mechanism. The goal should be that the textbox remembers all text that passed the validation mechanism for future use within the application session. Just in case the user has to reenter the same text again and again. If I try to add the validted text to the custom source in an event like Validated or Leave, I can't tab out of the control. I have to hit the tab key twice to move out. It seems like I break the autocomplete mechanism by adding strings during the tab out process. Have anybody found a way to use the AutoComplete feature in .net 2.0 in that manner I described above without any tab key issues? Thanks myMsg.BehindDaKeys = "Jerry Maguire"; -- modified at 9:38 Thursday 9th March, 2006