vote up 0 vote down star

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?

flag

75% accept rate
I've tried upgrading the toolkit, but it breaks a lot of things on the site. I will have to find another way. I've never had so much problems applying a css class! – Armitage Apr 3 at 15:34

3 Answers

vote up 1 vote down check

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.

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

Get the latest Toolkit from codeplex

. Ajax articles

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.