|
AspxDropDownList control, now you can insert images into
asp.net dropdownlist
|
|
Now beta version available, this
controls designed to accept adding images and HTML codes, the default asp.net
control doesn't accept images or any html code, so you can't hilight or change
font name, size or color.
How to use our AsxpDropDownList
Donwnload the demo version from the link below and add it in your tools
menu, to add the control right click in the menu and click "Choose Item.." then
brows to our dll file location
Below you'll find a sample for adding items to our control, add images, change
font names and font size to your itmes and get the controls you like in your
dropdown list.
|
You can add your items using the following properties
Text: Use this property to add your Text, and this will be displyaed in the
dropdown menu.
Value: Add your value to this property.
Image_src: Here you add the source location for the file.
FontFamily: To add the font name.
FontSize: To add the font size.
Mentaining the same properties, methods and events is not option here when we
are talking about dropdownlist, here you'll find the essential properties,
methods and events.
Here you'll find "AutoPostBack", "DataBind", "DataSource", "DataTextField",
"DataValueField","SelectedText","SelectedValue","SelectedIndex",
"SelectedIndexChanged" and "TextChanged"
|
|
<cc1:AspxDropdownList ID="AspxDropdownList1" runat="server">
<cc1:ListITem Text="Font Arial with size Large" Image_src="/help.gif"
FontFamily="Arial" FontSize=Large Value="Value1"></cc1:ListITem>
<cc1:ListITem Text="Font Tahoma with size Medium" Image_src="/mmc.gif"
FontFamily="Tahoma" FontSize=Medium Value="Value2"></cc1:ListITem>
<cc1:ListITem Text="Font Times with size Small " Image_src="/print.gif"
FontFamily="Times New Roman" FontSize=Small
Value="Value3"></cc1:ListITem>
<cc1:ListITem Text="Font Arial with size small" Image_src="/warning.gif"
FontFamily="Arial" FontSize=Small Value="Value4"></cc1:ListITem>
<cc1:ListITem Text="Font Tahoma with size Medium" Image_src="/web.gif"
FontFamily="Arial" FontSize=Medium Value="Value5"></cc1:ListITem>
<cc1:ListITem Text="Font Arial with size Large" Image_src="/help.gif"
FontFamily="Arial" FontSize=Large Value="Value6"></cc1:ListITem>
</cc1:AspxDropdownList>
|
Ask for free version
from here
License
|
|
|