How to clear the Autocomplete textbox control value at run time in .netThis topic has 0 replies, 1 voice, and was last updated 11 years, 5 months ago by Ankur.Viewing 1 post (of 1 total)AuthorPosts December 28, 2011 at 9:57 am #3270 AnkurMemberyou need to set following two property of textbox in the following ordertextBox1.AutoCompleteMode = AutoCompleteMode.None; textBox1.AutoCompleteSource = AutoCompleteSource.None;Thanks AuthorPosts Viewing 1 post (of 1 total) You must be logged in to reply to this topic.Log In Username: Password: Keep me signed inLog In