This is a migrated thread and some comments may be shown as answers.

AutoCompleteType

1 Answer 87 Views
Input
This is a migrated thread and some comments may be shown as answers.
Wack
Top achievements
Rank 1
Wack asked on 19 Jun 2008, 08:26 PM
Is autocompletetype limited to the types listed?  How do I add AutoCompleteType="UnitOfMeasure" and link it to my db?  I'm trying to avoid using the combo box.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kevin Babcock
Top achievements
Rank 1
answered on 20 Jun 2008, 05:14 AM
Hi Wack,

Creating new AutoComplete values and linking them to your database is not possible. Take a look at this MSDN article, which describes how AutoComplete is implemented. Basically, AutoComplete information is stored by the browser in a vCard, which is encrypted and stored on the user's computer and is inaccessible to web sites. Since the browser uses a vCard to store the values, you are limited to using the available fields in a vCard when specifying how to categorize your form's inputs. The enum used to select the AutoCompleteType in the RadTextBox contains the common vCard fields.

I do not think AutoComplete was ever meant as a way to replace the combo box.

I hope this answers your question.

Sincerely,
Kevin Babcock
Tags
Input
Asked by
Wack
Top achievements
Rank 1
Answers by
Kevin Babcock
Top achievements
Rank 1
Share this question
or