How do we get the words that we typed previously when we type that 1st letter of the word
I am very new to .net. I was wond开发者_如何学编程ering How do we get the words that we typed previously when we type that 1st letter of the word in Textbox
Thanks in advance
I think what you are asking for is a browser property. For most of the browsers auto complete feature will be turned on by default.
All the other answers will get you auto complete texts that are stored in a location(DB or somewhere else) and not your previously typed values.
精彩评论