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

  • SEARCH
  • Home
  • 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 7049381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:00:26+00:00 2026-05-28T03:00:26+00:00

I want to show image in the dropdown using asp.net c#, I got the

  • 0

I want to show image in the dropdown using asp.net c#, I got the following example working but it works on page which dont have a a master page.

http://www.aspdotnet-suresh.com/2011/12/jquery-bind-images-to-dropdownlist-in.html

I need the same drop down with images on a master page. right now it binds to the database and get the value but for some reason doesnt work on page which use masterpage

Partial code of master page

<%@ Page Title="Website Administration : Add New Page" Language="C#" MasterPageFile="SiteAdmin.master" AutoEventWireup="true" CodeFile="AddNewPage.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>

<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
    <link href="../dropdown/dd.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../dropdown/js/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="../dropdown/js/jquery.dd.js"></script>
<script type="text/javascript" language="javascript">
    $(document).ready(function (e) {
        try {
            $("#ddBanner").msDropDown();
        } catch (e) {
            alert(e.message);
        }
    });
</script>


<table><tr><td>

    <asp:DropDownList ID="ddBanner" runat="server" Width="424px">
</asp:DropDownList>

</td></tr></table>            

I cross check path and everything but does not work.. for some reason

  • 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-28T03:00:26+00:00Added an answer on May 28, 2026 at 3:00 am

    You ddBanner list, is not called ddBanner, when in a contentPlaceHolder. The rendered page, will have the placeholder’s name, prefix the dropdown. If you goto your rendered page, and show the source, you will see this.
    You need to insert its clientID instead, or type the full name, from the rendered page.

    $("#ddBanner").msDropDown();
    

    should be

    $("#<%= ddBanner.ClientID %>").msDropDown();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am building an asp.net website. I want to show image on the page,
I want to show an image on a jasper report. I have the following
i want to show an image in the browser page and to stretch it
I have an Image in my login page that I want to show all
I'm using a sectioned TableView, and I want to show an image on the
I make some web page which the function is to show some image.For the
Can i show the uploaded image file before using move_uploaded_file function ? i want
I want to show distorted image as error page for my application. If possible
I want to show an image in small windows but i need to save
I want to show multiple image in each cell of TableView which is coming

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.