ASP.NET MVC Interface Controls - Textbox - Auto Complete







Use the AutoCompleteType property to enable / disable the auto complete feature for the textbox.
If this feature is enabled, the browser will make suggestions of previously entered texts, when you start to type in the textbox.
C#
Html.Obout(new OboutTextBox("txt1") 
{ 
    Width = 200,
    AutoCompleteType = AutoCompleteType.None
})

"I have used a number of editors over the years and yours is by far the best!"

Tom Hechtman

Random testimonial   All testimonials