The ASP.Net TextBox control has an AutoCompleteType property that takes an AutoCompleteType enumeration value.
First, is this property commonly used in actual development? Or is "browser autocomplete" turned off and Ajax autocomplete used instead?
Second, are you constrained to only the values in the AutoCompleteType enum? Can you extend the AutoCompleteType enum to contain custom values?