<?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 for __doPostBack</title>
	<atom:link href="http://dopostback.net/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dopostback.net</link>
	<description>ASP.Net AJAX Design Patterns</description>
	<lastBuildDate>Fri, 14 May 2010 22:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on .Net Framework 4.0 Update Panel Problems by admin</title>
		<link>http://dopostback.net/index.php/net-framework-4-0-update-panel-problems/comment-page-1/#comment-8</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 14 May 2010 22:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://dopostback.net/index.php/net-framework-4-0-update-panel-problems/#comment-8</guid>
		<description>You need to include a hidden field outside of all update panels with an id of your button&#039;s ClientID.  Here&#039;s a sample:

&lt;input type=&quot;hidden&quot; id=&quot;&lt;%= YourButton.ClientID %&gt;&quot;&gt;

or you can just type the ClientID:

&lt;input type=&quot;hidden&quot; id=&quot;ctl00_MainContent__YourButton&quot;&gt;</description>
		<content:encoded><![CDATA[<p>You need to include a hidden field outside of all update panels with an id of your button&#8217;s ClientID.  Here&#8217;s a sample:</p>
<input type="hidden" id="<%= YourButton.ClientID %/>&#8220;></p>
<p>or you can just type the ClientID:</p>
<input type="hidden" id="ctl00_MainContent__YourButton"/>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .Net Framework 4.0 Update Panel Problems by IT girl</title>
		<link>http://dopostback.net/index.php/net-framework-4-0-update-panel-problems/comment-page-1/#comment-7</link>
		<dc:creator>IT girl</dc:creator>
		<pubDate>Fri, 14 May 2010 21:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://dopostback.net/index.php/net-framework-4-0-update-panel-problems/#comment-7</guid>
		<description>I completely agree - What is the workaround. So now if I want to have javascript trigger a postback on keypress I cannot do it!!! - I cannot move my button outside the update panel. Would have assumed microsoft would have given a workaround or given a better solution - So how are we suppoed to tell which button click should fire in javasript on enter click event..</description>
		<content:encoded><![CDATA[<p>I completely agree &#8211; What is the workaround. So now if I want to have javascript trigger a postback on keypress I cannot do it!!! &#8211; I cannot move my button outside the update panel. Would have assumed microsoft would have given a workaround or given a better solution &#8211; So how are we suppoed to tell which button click should fire in javasript on enter click event..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using __doPostBack, The ProcessAjaxPostback Method by .Net Framework 4.0 Update Panel Problems &#124; __doPostBack</title>
		<link>http://dopostback.net/index.php/ajax__dopostback/comment-page-1/#comment-2</link>
		<dc:creator>.Net Framework 4.0 Update Panel Problems &#124; __doPostBack</dc:creator>
		<pubDate>Wed, 21 Apr 2010 16:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://dopostback.net/?p=1#comment-2</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

