Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 250245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:29:42+00:00 2026-05-11T21:29:42+00:00

To be specific I have a search form with an autocompleteextender at the top.

  • 0

To be specific I have a search form with an autocompleteextender at the top. When you type in a string, it autocompletes with matches in a drop down as expected.

The problem is that a couple of SliderExtender controls further down the form are appearing above the autocomplete dropdown (it is not covering these controls).

I’ve looked around but can’t find an answer yet. It seems that the problem can occur with other controls and not specific to these.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T21:29:42+00:00Added an answer on May 11, 2026 at 9:29 pm

    I found a simple answer which works for me and I’d overlooked. I just switched the positioning to absolute in the CSS class for the AutoCompleteExtender and then set the Z-Index for it. The suggestion list for the autocomplete now appears above all other elements.

    Code for control in .aspx
    I have applied my own CSS:

    <cc1:AutoCompleteExtender ID="componentID_AutoCompleteExtender" runat="server" 
            TargetControlID="componentID"
            ServicePath="ImageComponentService.asmx" 
            ServiceMethod="GetComponentMatches"
            MinimumPrefixLength="3" 
            CompletionInterval="1000"
            EnableCaching="true" 
            CompletionSetCount="10" 
            CompletionListCssClass="CompletionListCssClass"
            CompletionListItemCssClass="CompletionListItemCssClass" 
            CompletionListHighlightedItemCssClass="CompletionListHighlightedItemCssClass" 
            OnClientItemSelected="itemSelected"
            Enabled="true" FirstRowSelected="true"
            BehaviorID="AutoCompleteEx">
        </cc1:AutoCompleteExtender>
    

    CSS

    .CompletionListCssClass
    {
        font-size: 11px;
        color: #000;
        padding: 3px 5px;
        border: 1px solid #999;
        background: #fff;
        width: 300px;
        float: left;
        z-index: 1;
        position:absolute;
        margin-left:0px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a list of xml elements that i need to search for specific
I have a search form that can search in different provider. I started out
In excel I have to search for specific word in a cell and replace
I have a multidimensional array. I need to search it for a specific range
On a daily basis, a person needs to check that specific workbooks have been
I have a specific changeset that I want to rollback my Development branch to,
I have a specific requirement that all children of a particular JComponent have double
I have a specific question, that could use a general answer... When building Multi-Tier
have a search screen and I want to show results by searching specific data.My
I have different search form on different pages for example at page i have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.