Posted By: qwert231 | Jul 3rd @ 10:29 AM
page 1 of 1
Comments: 0 | Views: 362
I am able to get my AutoComplete extender (ACE) to work, but by default, it shows up behind some of the elements further down the page. Not a good thing.

So, I've created a class for it to use:
.autocomplete_completionList {
    border: 1px solid #090;
    list-style-type: none;
    margin: 0px;
    background-color: #FFF;
    text-align: right;
}
...
<cc1:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server"
  ...
  EnableCaching="true"
  CompletionListCssClass="autocomplete_completionList" >
</cc1:AutoCompleteExtender>

But with that set, I get nothing. Any ideas?
page 1 of 1
Comments: 0 | Views: 362