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
})

"Just to add to the chorus of supporters, I really enjoy working with your products! As a non-professional developer I sometimes find myself in over my head, but overall your controls have been easy to use and very nice."

David Ross

Random testimonial   All testimonials