views:

381

answers:

3

I am trying to specify CSS classes for the autocomplete control:

CompletionListCssClass="completionListElement"
CompletionListItemCssClass="listItem"
CompletionListHighlightedItemCssClass="highlightedListItem"

When I try this, it returns this error:

Parser Error Message: Type 'AjaxControlToolkit.AutoCompleteExtender' does not have a public property named 'CompletionListCssClass'.

Those properties come right from the ACT website. Why won't it recognize them?

+1  A: 

are you sure you have the most recent version of the ajax control toolkit?

John Boker
+1  A: 

I ran into this problem recently. It sounds like you might not be using the most recent version of the ToolKit. Try upgrading to the most recent version - I bet that will solve your problem.

Jeff
A: 

You are using old AJAXControlToolkit which doesn't have CSS feature

Get the latest Toolkit from codeplex

. Ajax articles

amiT jaiN