Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Display Image along with text in dropdownlist

Display Image along with text in dropdownlist

Scheduled Pinned Locked Moved ASP.NET
sysadminhelp
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SreejithAchutan
    wrote on last edited by
    #1

    Hi Friends, I need to display an image along with text in asp dropdownlist.I code it like that. <asp:DropDownList ID="DropDownList1" runat="server" Width="200px"> <asp:ListItem Text="<img src='Nature-2.jpg' alt=''/>Sreejith"></asp:ListItem>; </asp:DropDownList> But the image willnot display in the text it displays the text i given in the text itself.Please help me to display image along with dropdownlist text in the dropdownlist.

    M A B M 4 Replies Last reply
    0
    • S SreejithAchutan

      Hi Friends, I need to display an image along with text in asp dropdownlist.I code it like that. <asp:DropDownList ID="DropDownList1" runat="server" Width="200px"> <asp:ListItem Text="<img src='Nature-2.jpg' alt=''/>Sreejith"></asp:ListItem>; </asp:DropDownList> But the image willnot display in the text it displays the text i given in the text itself.Please help me to display image along with dropdownlist text in the dropdownlist.

      M Offline
      M Offline
      Muhammad Mazhar
      wrote on last edited by
      #2

      It won't workout because default drop down list control doesn't support that. The best solution I could think of is to built some custom server control that renders HTML in desired way. Grab and read some tutorial about how to create custom controls.

      Share your experience with others Check my Blog...

      1 Reply Last reply
      0
      • S SreejithAchutan

        Hi Friends, I need to display an image along with text in asp dropdownlist.I code it like that. <asp:DropDownList ID="DropDownList1" runat="server" Width="200px"> <asp:ListItem Text="<img src='Nature-2.jpg' alt=''/>Sreejith"></asp:ListItem>; </asp:DropDownList> But the image willnot display in the text it displays the text i given in the text itself.Please help me to display image along with dropdownlist text in the dropdownlist.

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        SreejithAchutan wrote:

        ;

        No, this will not work. For this case you have to developed your own custom control.

        cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net When you ask a question, remember to click "Good Answer", If the Answer is helps you.

        S 1 Reply Last reply
        0
        • A Abhijit Jana

          SreejithAchutan wrote:

          ;

          No, this will not work. For this case you have to developed your own custom control.

          cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net When you ask a question, remember to click "Good Answer", If the Answer is helps you.

          S Offline
          S Offline
          SreejithAchutan
          wrote on last edited by
          #4

          Thanks for your kind reply sir.Is there any way to show using a custom control to display image and text but will look like a dropdownlist.

          B 1 Reply Last reply
          0
          • S SreejithAchutan

            Hi Friends, I need to display an image along with text in asp dropdownlist.I code it like that. <asp:DropDownList ID="DropDownList1" runat="server" Width="200px"> <asp:ListItem Text="<img src='Nature-2.jpg' alt=''/>Sreejith"></asp:ListItem>; </asp:DropDownList> But the image willnot display in the text it displays the text i given in the text itself.Please help me to display image along with dropdownlist text in the dropdownlist.

            B Offline
            B Offline
            Brij
            wrote on last edited by
            #5

            Have a look Hope it'll help you

            Cheers!! Brij

            1 Reply Last reply
            0
            • S SreejithAchutan

              Thanks for your kind reply sir.Is there any way to show using a custom control to display image and text but will look like a dropdownlist.

              B Offline
              B Offline
              Brij
              wrote on last edited by
              #6

              Look my reply once.It'll help you

              Cheers!! Brij

              1 Reply Last reply
              0
              • S SreejithAchutan

                Hi Friends, I need to display an image along with text in asp dropdownlist.I code it like that. <asp:DropDownList ID="DropDownList1" runat="server" Width="200px"> <asp:ListItem Text="<img src='Nature-2.jpg' alt=''/>Sreejith"></asp:ListItem>; </asp:DropDownList> But the image willnot display in the text it displays the text i given in the text itself.Please help me to display image along with dropdownlist text in the dropdownlist.

                M Offline
                M Offline
                Mike Ellison
                wrote on last edited by
                #7

                Here's a commercial option: http://www.easylistbox.com/demoCustomized.aspx[^]

                mishainthecloud.blogspot.com

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups