<?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: ASP.NET 2.0, Dropdowns</title>
	<atom:link href="http://blog.sapara.com/2007/05/16/aspnet-20-dropdowns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sapara.com/2007/05/16/aspnet-20-dropdowns/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 21 Feb 2011 21:21:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: James Sapara</title>
		<link>http://blog.sapara.com/2007/05/16/aspnet-20-dropdowns/comment-page-1/#comment-98</link>
		<dc:creator>James Sapara</dc:creator>
		<pubDate>Thu, 17 May 2007 02:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sapara.com/2007/05/16/aspnet-20-dropdowns/#comment-98</guid>
		<description>Yes, it does work; but, it gives a warning on compile. My point here is that they enabled the java events for some stuff, and not others. The schema for asp controls should support the javascript events without giving a warning. The client demands a perfect build, so you have to work around it... it&#039;s silly, but it doesn&#039;t have to be silly... Any who, I suppose I should of mentioned that in the post.</description>
		<content:encoded><![CDATA[<p>Yes, it does work; but, it gives a warning on compile. My point here is that they enabled the java events for some stuff, and not others. The schema for asp controls should support the javascript events without giving a warning. The client demands a perfect build, so you have to work around it&#8230; it&#8217;s silly, but it doesn&#8217;t have to be silly&#8230; Any who, I suppose I should of mentioned that in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.sapara.com/2007/05/16/aspnet-20-dropdowns/comment-page-1/#comment-97</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 16 May 2007 22:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sapara.com/2007/05/16/aspnet-20-dropdowns/#comment-97</guid>
		<description>Ok, the code was mangled. Let&#039;s try again:

&lt;asp:DropDownList runat=&quot;server&quot;
	onChange=&quot;bar()&quot;
	&gt;
	&lt;asp:ListItem Text=&quot;First&quot;/&gt;
	&lt;asp:ListItem Text=&quot;Second&quot;/&gt;
&lt;/asp:DropDownList&gt;
&lt;script&gt;
	function bar() {
		alert(&#039;changed!&#039;);
	}
&lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>Ok, the code was mangled. Let&#8217;s try again:</p>
<p>&lt;asp:DropDownList runat=&#8221;server&#8221;<br />
	onChange=&#8221;bar()&#8221;<br />
	&gt;<br />
	&lt;asp:ListItem Text=&#8221;First&#8221;/&gt;<br />
	&lt;asp:ListItem Text=&#8221;Second&#8221;/&gt;<br />
&lt;/asp:DropDownList&gt;<br />
&lt;script&gt;<br />
	function bar() {<br />
		alert(&#8216;changed!&#8217;);<br />
	}<br />
&lt;/script&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

