APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

ComboBox
Version 1.5



What's New
Overview
Features
Reference Book
Licensing
Support



Design
Layout and Behavior
Programming




Select item from the list:


On this example you can see the ComboBox with icons. To achieve this, you need to use icon, iconWidth and iconHeight node attributes in the XML Structure.

Also, you need to put all the icons in the Images Folder for your Web site and set the ImagesFolderURL property.
  • XML

    <select>
    	<item id="1" title="AltaVista" 
    		icon="AltaVista.gif" 
    		iconWidth="16" 
    		iconHeight="16" 
    	/>
    	<item id="2" title="Google" icon="Google.gif" />
    	<item id="3" title="Yahoo" icon="Yahoo.gif" />
    	<separator />
    	.....
    </select>
    

Code Samples:
ASPX XML Structure CSS Style C# VB.NET Images



  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center