<?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: Adding Non-Selectable ListItems To An ASP.NET DropDownList Control</title>
	<atom:link href="http://www.dougv.com/2008/08/10/adding-non-selectable-listitems-to-an-aspnet-dropdownlist-control/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dougv.com/2008/08/10/adding-non-selectable-listitems-to-an-aspnet-dropdownlist-control/</link>
	<description>ASP.NET, PHP, XML, JavaScript, Web geekery, Entrepreneurship</description>
	<lastBuildDate>Fri, 18 May 2012 10:23:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: dougv.com &#124; The Web home of Doug Vanderweide &#187; Blog Archive &#187; Revisited: Adding Non-Selectable ListItem Controls To An ASP.NET DataBound List Control</title>
		<link>https://www.dougv.com/2008/08/10/adding-non-selectable-listitems-to-an-aspnet-dropdownlist-control/#comment-141</link>
		<dc:creator>dougv.com &#124; The Web home of Doug Vanderweide &#187; Blog Archive &#187; Revisited: Adding Non-Selectable ListItem Controls To An ASP.NET DataBound List Control</dc:creator>
		<pubDate>Sat, 07 Feb 2009 22:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=640#comment-141</guid>
		<description>[...] August I had quickly blogged on the subject of adding non-selectable ListItem controls to an ASP.NET DropDownList. At the time I didn&#039;t have an easy way to demonstrate how that code worked â€” and, in [...]</description>
		<content:encoded><![CDATA[<p>[...] August I had quickly blogged on the subject of adding non-selectable ListItem controls to an ASP.NET DropDownList. At the time I didn&#8217;t have an easy way to demonstrate how that code worked â€” and, in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Vanderweide</title>
		<link>https://www.dougv.com/2008/08/10/adding-non-selectable-listitems-to-an-aspnet-dropdownlist-control/#comment-140</link>
		<dc:creator>Doug Vanderweide</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=640#comment-140</guid>
		<description>I really hope Priya is putting me on.

But in the off chance he isn&#039;t, let me point out that there are about a million code converters on the Web, and that changing the declarations and control structures from VB.NET to C# should be within the powers of all but the n00biest of n00bs.

So sure, I could give Priya the C# code -- I could do the arduous task of translating code such as

[vb]
Dim objConn As New SqlConnection(&quot;connection string&quot;)
Dim objCmd As New SqlCommand(&quot;your SQL statement&quot;, objConn)
[/vb]

to its C# equivalent:

[cpp]
SqlConnection objConn = new SqlConnection(&quot;connection string&quot;);
SqlCommand objCmd = new SqlCommand(&quot;your SQL statement&quot;, objConn);
[/cpp]

But I&#039;m not going to do so.</description>
		<content:encoded><![CDATA[<p>I really hope Priya is putting me on.</p>
<p>But in the off chance he isn&#8217;t, let me point out that there are about a million code converters on the Web, and that changing the declarations and control structures from VB.NET to C# should be within the powers of all but the n00biest of n00bs.</p>
<p>So sure, I could give Priya the C# code &#8212; I could do the arduous task of translating code such as</p>
<pre class="brush: vb; title: ; notranslate">
Dim objConn As New SqlConnection(&quot;connection string&quot;)
Dim objCmd As New SqlCommand(&quot;your SQL statement&quot;, objConn)
</pre>
<p>to its C# equivalent:</p>
<pre class="brush: cpp; title: ; notranslate">
SqlConnection objConn = new SqlConnection(&quot;connection string&quot;);
SqlCommand objCmd = new SqlCommand(&quot;your SQL statement&quot;, objConn);
</pre>
<p>But I&#8217;m not going to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priya</title>
		<link>https://www.dougv.com/2008/08/10/adding-non-selectable-listitems-to-an-aspnet-dropdownlist-control/#comment-139</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Wed, 13 Aug 2008 12:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=640#comment-139</guid>
		<description>Repected Sir ths article is very good. but it wil b much easier if it is using c# . net instead of vb .net</description>
		<content:encoded><![CDATA[<p>Repected Sir ths article is very good. but it wil b much easier if it is using c# . net instead of vb .net</p>
]]></content:encoded>
	</item>
</channel>
</rss>

