<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ASP.NET: Images in DropDownLists?</title>
	<atom:link href="http://dotnetdiscussion.net/2008/03/15/aspnet-images-in-dropdownlists/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetdiscussion.net/2008/03/15/aspnet-images-in-dropdownlists/</link>
	<description>.NET Issues, Problems, Code Samples, and Fixes</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:52:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Iliya</title>
		<link>http://dotnetdiscussion.net/2008/03/15/aspnet-images-in-dropdownlists/#comment-4550</link>
		<dc:creator>Iliya</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetdiscussion.wordpress.com/?p=53#comment-4550</guid>
		<description>Hi, 

i Have the same problem and i didn&#039;t find any suitable solution. Did you find some help on this? 

thanks , 

Iliya</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>i Have the same problem and i didn&#8217;t find any suitable solution. Did you find some help on this? </p>
<p>thanks , </p>
<p>Iliya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassan Osman</title>
		<link>http://dotnetdiscussion.net/2008/03/15/aspnet-images-in-dropdownlists/#comment-4136</link>
		<dc:creator>Hassan Osman</dc:creator>
		<pubDate>Wed, 01 Jul 2009 07:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetdiscussion.wordpress.com/?p=53#comment-4136</guid>
		<description>I&#039;m not sure if did you find a solution for your problem or not, but there is a new free tool could help you, check the following url

http://controlsbuilder.com/tools/CustomDropDownList.aspx</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if did you find a solution for your problem or not, but there is a new free tool could help you, check the following url</p>
<p><a href="http://controlsbuilder.com/tools/CustomDropDownList.aspx" rel="nofollow">http://controlsbuilder.com/tools/CustomDropDownList.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://dotnetdiscussion.net/2008/03/15/aspnet-images-in-dropdownlists/#comment-1794</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Sun, 16 Mar 2008 01:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetdiscussion.wordpress.com/?p=53#comment-1794</guid>
		<description>There is no easy way to add images to a LitemItem in the DropDownList because HTML doesn&#039;t support it.  So bound by the environment ASP.NET DropDownList cannot support it.  Basically your only solution is to render a table that has your desired look.  Then dynamically set the CSS style &quot;display:none&quot; and &quot;display:box&quot; to show or hide the the view you want to give your users.  Then when they click on the table item you store the value in a hidden input field that will be submitted back.  No easy way to accomplish this though.  Sorry.</description>
		<content:encoded><![CDATA[<p>There is no easy way to add images to a LitemItem in the DropDownList because HTML doesn&#8217;t support it.  So bound by the environment ASP.NET DropDownList cannot support it.  Basically your only solution is to render a table that has your desired look.  Then dynamically set the CSS style &#8220;display:none&#8221; and &#8220;display:box&#8221; to show or hide the the view you want to give your users.  Then when they click on the table item you store the value in a hidden input field that will be submitted back.  No easy way to accomplish this though.  Sorry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
