Wednesday, March 21, 2012

a "must select" AutoCompletion control?

Hi,
I want to implement the autocompletion feature to replace my dropdownlist.
(because the list could be long)
I have an ID and a Text in my dropdownlist:
Select OrganizationID, OrganizationName from Organizations
Today the autocompletion allow the user to type anything and also non existing item but provide the exact behavior wanted.
any sample?
thanks.
Jerome.
You need a custom validator on this field I think, look athttp://atlas.asp.net/quickstart/util/srcview.aspx?path=~/atlas/samples/controls/control4.src

No comments:

Post a Comment