dropdownlist control

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default dropdownlist control

    I have a form which displays a number of text boxes that
    are all data bound to a dataset.

    I want to change one of these text boxes to be a drop down
    list which will still display the data from the dataset,
    but the drop down list will contain a list of the items I
    will have entered in the Items property.

    Is it possible to do this?

    Thanks.
    tw Guest

  2. Similar Questions and Discussions

    1. How can I persist the state of a DropDownList control
      Greetings, I"m develop a custom control (render). It inherits a ListControl. In the Render method, I apply an ArrayList to the DataSource property...
    2. Getting PostBack Data from DropDownList Control
      Hi Guys. Im trying to catch the postback event for a control that Inherits from the System.Web.UI.Webcontrols.DropDownList Ive used the code...
    3. binding datasource to dropdownlist control
      I am being sent an ArrayList of ListItems. I can bind to a dropdownlist control using: oDropDownList.DataSource = oArrayList This works but...
    4. question on DropDownList control.
      hi, a newbie question I have two dropdownlist controls, one is for years, 2000-2003, the other is for month, 1-12. I am supposed to get all the...
    5. DropDownList control in DataGrid
      Hello all, I'l displaying a dropdownlist inside a datagrid. The problem comes when I try to get the values the user chose on postback. If I...
  3. #2

    Default dropdownlist control

    I want to display a image and the text in the dropdownlist
    box.
    How can i do that by adding a property to dropdownlist
    control?

    Is there any way to that?
    And i also want a picture to be displayed in the list box?

    How are these things possible?

    Thank you


    Guest

  4. #3

    Default Re: dropdownlist control

    The HTML dropdown list is quite limited. However, some people manage to
    combine controls to create innovative effects. For example, check out the
    combobox in the upper right area of this page:

    [url]http://www.intersoftpt.com/WebCombo2/Live/Styles.aspx[/url]

    <anonymous@discussions.microsoft.com> wrote in message
    news:09a001c3d5d1$81ed4e80$a401280a@phx.gbl...
    >I want to display a image and the text in the dropdownlist
    > box.
    > How can i do that by adding a property to dropdownlist
    > control?
    >
    > Is there any way to that?
    > And i also want a picture to be displayed in the list box?
    >
    > How are these things possible?
    >
    > Thank you
    >
    >
    Ken Cox [Microsoft MVP] Guest

  5. #4

    Default Re: dropdownlist control

    How can i view webcombo.net features.

    Thank you
    >-----Original Message-----
    >The HTML dropdown list is quite limited. However, some
    people manage to
    >combine controls to create innovative effects. For
    example, check out the
    >combobox in the upper right area of this page:
    >
    >[url]http://www.intersoftpt.com/WebCombo2/Live/Styles.aspx[/url]
    >
    ><anonymous@discussions.microsoft.com> wrote in message
    >news:09a001c3d5d1$81ed4e80$a401280a@phx.gbl...
    >>I want to display a image and the text in the
    dropdownlist
    >> box.
    >> How can i do that by adding a property to dropdownlist
    >> control?
    >>
    >> Is there any way to that?
    >> And i also want a picture to be displayed in the list
    box?
    >>
    >> How are these things possible?
    >>
    >> Thank you
    >>
    >>
    >
    >.
    >
    Guest

  6. #5

    Default Re: dropdownlist control

    Sorry, I'm not sure what the question means. Could you rephrase it?

    <anonymous@discussions.microsoft.com> wrote in message
    news:07e301c3d68a$80a56620$a501280a@phx.gbl...
    > How can i view webcombo.net features.
    >
    > Thank you
    Ken Cox [Microsoft MVP] Guest

  7. #6

    Default Re: dropdownlist control

    I want to know how to add a image and text to dropdownlist
    control

    as there is a help icon in the dropdownlist control
    i want to have my images in the dropdownlist control how
    can i do that?

    Thank you

    >-----Original Message-----
    >The HTML dropdown list is quite limited. However, some
    people manage to
    >combine controls to create innovative effects. For
    example, check out the
    >combobox in the upper right area of this page:
    >
    >[url]http://www.intersoftpt.com/WebCombo2/Live/Styles.aspx[/url]
    >
    ><anonymous@discussions.microsoft.com> wrote in message
    >news:09a001c3d5d1$81ed4e80$a401280a@phx.gbl...
    >>I want to display a image and the text in the
    dropdownlist
    >> box.
    >> How can i do that by adding a property to dropdownlist
    >> control?
    >>
    >> Is there any way to that?
    >> And i also want a picture to be displayed in the list
    box?
    >>
    >> How are these things possible?
    >>
    >> Thank you
    >>
    >>
    >
    >.
    >
    Guest

  8. #7

    Default Re: dropdownlist control

    I want to know how to add a image and text to dropdownlist
    control

    as there is a help icon in the dropdownlist control
    i want to have my images in the dropdownlist control how
    can i do that?

    Thank you

    >-----Original Message-----
    >The HTML dropdown list is quite limited. However, some
    people manage to
    >combine controls to create innovative effects. For
    example, check out the
    >combobox in the upper right area of this page:
    >
    >[url]http://www.intersoftpt.com/WebCombo2/Live/Styles.aspx[/url]
    >
    ><anonymous@discussions.microsoft.com> wrote in message
    >news:09a001c3d5d1$81ed4e80$a401280a@phx.gbl...
    >>I want to display a image and the text in the
    dropdownlist
    >> box.
    >> How can i do that by adding a property to dropdownlist
    >> control?
    >>
    >> Is there any way to that?
    >> And i also want a picture to be displayed in the list
    box?
    >>
    >> How are these things possible?
    >>
    >> Thank you
    >>
    >>
    >
    >.
    >
    Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139