<?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: Submitting ASP.NET form with ENTER key</title>
	<atom:link href="http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/</link>
	<description>Agile Manager and Occasional Code Monkey</description>
	<lastBuildDate>Sun, 21 Feb 2010 22:01:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nigel</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-166553</link>
		<dc:creator>Nigel</dc:creator>
		<pubDate>Tue, 15 Dec 2009 00:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-166553</guid>
		<description>I found that this is all it takes.

Page.RegisterHiddenField(&quot;__EVENTTARGET&quot;, &quot;btnSubmit&quot;)</description>
		<content:encoded><![CDATA[<p>I found that this is all it takes.</p>
<p>Page.RegisterHiddenField(&#8221;__EVENTTARGET&#8221;, &#8220;btnSubmit&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-166508</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Wed, 15 Jul 2009 15:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-166508</guid>
		<description>wow... 2009.... and still happening... it has got nothing todo with .net/asp... we use java based non microsoft webframeworks, but in IE we have this behaviour, any other browser works fine (firefox, safari, chrome,.....)... so I consider this a quirck of IE...</description>
		<content:encoded><![CDATA[<p>wow&#8230; 2009&#8230;. and still happening&#8230; it has got nothing todo with .net/asp&#8230; we use java based non microsoft webframeworks, but in IE we have this behaviour, any other browser works fine (firefox, safari, chrome,&#8230;..)&#8230; so I consider this a quirck of IE&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sakshi</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-166432</link>
		<dc:creator>sakshi</dc:creator>
		<pubDate>Thu, 29 Jan 2009 06:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-166432</guid>
		<description>to access any button by enter key you just have to declare it as an &quot;accept button&quot;...its a property of .net and works perfectly.</description>
		<content:encoded><![CDATA[<p>to access any button by enter key you just have to declare it as an &#8220;accept button&#8221;&#8230;its a property of .net and works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-166269</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 24 Dec 2008 03:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-166269</guid>
		<description>This was posted in 2003, we are in 2008 and it&#039;s still happening!?

Thanks for the solution!</description>
		<content:encoded><![CDATA[<p>This was posted in 2003, we are in 2008 and it&#8217;s still happening!?</p>
<p>Thanks for the solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-166150</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Wed, 10 Dec 2008 20:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-166150</guid>
		<description>Hi Matt,

       It worked for me thnx........I dont understand what is the reason behind it though.......Can you shed some light on it or atleast what you think of it....

Anyway Thnx,
Kumar</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>       It worked for me thnx&#8230;&#8230;..I dont understand what is the reason behind it though&#8230;&#8230;.Can you shed some light on it or atleast what you think of it&#8230;.</p>
<p>Anyway Thnx,<br />
Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunal.org &#187; Blog Archive &#187; Enter Key -&#62; Submit Form in ASP.NET in IE</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-165926</link>
		<dc:creator>kunal.org &#187; Blog Archive &#187; Enter Key -&#62; Submit Form in ASP.NET in IE</dc:creator>
		<pubDate>Sat, 19 Jul 2008 02:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-165926</guid>
		<description>[...] and visibility hidden. Do not set Visible= false. Today was the first time I actually ran into this problem (It does work with an asp:TextBox unlike this link says [...]</description>
		<content:encoded><![CDATA[<p>[...] and visibility hidden. Do not set Visible= false. Today was the first time I actually ran into this problem (It does work with an asp:TextBox unlike this link says [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PK</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-165879</link>
		<dc:creator>PK</dc:creator>
		<pubDate>Wed, 18 Jun 2008 10:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-165879</guid>
		<description>pls help me. Its not working for me. i have used validation control. does it make any differene??</description>
		<content:encoded><![CDATA[<p>pls help me. Its not working for me. i have used validation control. does it make any differene??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-165871</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Fri, 13 Jun 2008 09:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-165871</guid>
		<description>ive been frustrated by this for weeks. thanks a lot man!</description>
		<content:encoded><![CDATA[<p>ive been frustrated by this for weeks. thanks a lot man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasoomian</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-165866</link>
		<dc:creator>jasoomian</dc:creator>
		<pubDate>Tue, 10 Jun 2008 16:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-165866</guid>
		<description>nearly three years after the original post by Matt, and this fix still works wonderfully.  Been banging my head on this off and on again for two days now.

Thanks, Matt!</description>
		<content:encoded><![CDATA[<p>nearly three years after the original post by Matt, and this fix still works wonderfully.  Been banging my head on this off and on again for two days now.</p>
<p>Thanks, Matt!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lu</title>
		<link>http://www.mattberther.com/2003/06/02/submitting-aspnet-form-with-enter-key/comment-page-2/#comment-165621</link>
		<dc:creator>lu</dc:creator>
		<pubDate>Thu, 03 Apr 2008 07:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=125#comment-165621</guid>
		<description>Thank you so much.  I got so frustrated with that</description>
		<content:encoded><![CDATA[<p>Thank you so much.  I got so frustrated with that</p>
]]></content:encoded>
	</item>
</channel>
</rss>
