<?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/"
		>
<channel>
	<title>Comments on: A Strange Databinding Issue</title>
	<atom:link href="http://www.kerrywong.com/2008/03/08/a-strange-databinding-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com/2008/03/08/a-strange-databinding-issue/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 08:13:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rafiq</title>
		<link>http://www.kerrywong.com/2008/03/08/a-strange-databinding-issue/comment-page-1/#comment-4295</link>
		<dc:creator>Rafiq</dc:creator>
		<pubDate>Thu, 13 Mar 2008 22:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/2008/03/08/a-strange-databinding-issue/#comment-4295</guid>
		<description>Yes, you are right. I have also found this issue. You can use the following code to select a value using &quot;SelectedIndex&quot;.

if (DropDownList1.Items.FindByValue(&quot;AnyValue&quot;) != null)
DropDownList1.SelectedIndex = DropDownList1.Items.IndexOf(DropDownList1.Items.FindByValue(&quot;AnyValue&quot;));</description>
		<content:encoded><![CDATA[<p>Yes, you are right. I have also found this issue. You can use the following code to select a value using &#8220;SelectedIndex&#8221;.</p>
<p>if (DropDownList1.Items.FindByValue(&#8220;AnyValue&#8221;) != null)<br />
DropDownList1.SelectedIndex = DropDownList1.Items.IndexOf(DropDownList1.Items.FindByValue(&#8220;AnyValue&#8221;));</p>
]]></content:encoded>
	</item>
</channel>
</rss>

