<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cameron Priem &#187; .Net</title>
	<atom:link href="http://cameronpriem.com/category/code/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://cameronpriem.com</link>
	<description>Professional Software Development</description>
	<lastBuildDate>Tue, 11 Aug 2009 12:12:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox 3 drop down list disables on postback with update panel</title>
		<link>http://cameronpriem.com/2009/06/firefox-3-drop-down-list-disables-on-postback-with-update-panel/</link>
		<comments>http://cameronpriem.com/2009/06/firefox-3-drop-down-list-disables-on-postback-with-update-panel/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 12:23:43 +0000</pubDate>
		<dc:creator>Campo</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://cameronpriem.com/?p=43</guid>
		<description><![CDATA[We came across a weird problem a few weeks ago where we were using an UpdatePanel through ASP.NET AJAX (.Net Framework 3.5 SP1) with an asp:dropdownlist on that page.  When the update panel did a post back using ajax the drop down lists stopped working.  You could click on the select list but they would not [...]]]></description>
			<content:encoded><![CDATA[<p>We came across a weird problem a few weeks ago where we were using an UpdatePanel through ASP.NET AJAX (.Net Framework 3.5 SP1) with an asp:dropdownlist on that page.  When the update panel did a post back using ajax the drop down lists stopped working.  You could click on the select list but they would not drop down with any options.  This only happened in Firefox 3, no other FF version or Internet Explorer.</p>
<p>Through ages of google searching we found a work around online, adding a window.setTimeout() around the alert box, eg:</p>
<p><code> ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "validationAlert", "window.setTimeout(\"alert('Just testing')\", 0);", true);</code></p>
<p>Hope this saves some other people time and heart ache.</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronpriem.com/2009/06/firefox-3-drop-down-list-disables-on-postback-with-update-panel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
