Ask a Question related to ASP.NET Building Controls, Design and Development.
-
tw #1
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
-
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... -
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... -
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... -
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... -
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... -
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
-
Ken Cox [Microsoft MVP] #3
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
-
Re: dropdownlist control
How can i view webcombo.net features.
Thank youpeople manage to>-----Original Message-----
>The HTML dropdown list is quite limited. However, someexample, check out the>combine controls to create innovative effects. Fordropdownlist>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 thebox?>> 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>>>
>> How are these things possible?
>>
>> Thank you
>>
>>
>.
>Guest
-
Ken Cox [Microsoft MVP] #5
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 youKen Cox [Microsoft MVP] Guest
-
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
people manage to>-----Original Message-----
>The HTML dropdown list is quite limited. However, someexample, check out the>combine controls to create innovative effects. Fordropdownlist>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 thebox?>> 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>>>
>> How are these things possible?
>>
>> Thank you
>>
>>
>.
>Guest
-
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
people manage to>-----Original Message-----
>The HTML dropdown list is quite limited. However, someexample, check out the>combine controls to create innovative effects. Fordropdownlist>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 thebox?>> 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>>>
>> How are these things possible?
>>
>> Thank you
>>
>>
>.
>Guest



Reply With Quote

