<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Data Entry: Use Enter as Tab</title><link>http://msmvps.com/blogs/egoldin/archive/2007/07/30/data-entry-use-enter-as-tab.aspx</link><description>A simple javascript will make your Enter key work as Tab. It is useful in large tabular forms. function enterToTab(){ if (event.keyCode==13) event.keyCode=9; } &amp;lt;input type=&amp;quot;text&amp;quot; onkeydown=&amp;quot;enterToTab()&amp;quot;&amp;gt; Note using onkeydown</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Data Entry: Use Enter as Tab</title><link>http://msmvps.com/blogs/egoldin/archive/2007/07/30/data-entry-use-enter-as-tab.aspx#1694580</link><pubDate>Mon, 08 Jun 2009 20:18:03 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1694580</guid><dc:creator>Lenny</dc:creator><description>&lt;p&gt;this only works with IE &amp;nbsp;:(&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1694580" width="1" height="1"&gt;</description></item><item><title>re: Data Entry: Use Enter as Tab</title><link>http://msmvps.com/blogs/egoldin/archive/2007/07/30/data-entry-use-enter-as-tab.aspx#1673921</link><pubDate>Thu, 26 Feb 2009 00:25:25 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1673921</guid><dc:creator>Rene D.</dc:creator><description>&lt;p&gt;Excellent solution!! thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1673921" width="1" height="1"&gt;</description></item><item><title>re: Data Entry: Use Enter as Tab</title><link>http://msmvps.com/blogs/egoldin/archive/2007/07/30/data-entry-use-enter-as-tab.aspx#1667647</link><pubDate>Sat, 31 Jan 2009 21:48:42 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1667647</guid><dc:creator>egoldin</dc:creator><description>&lt;p&gt;You can pass any attribute to a web control in the Attributes collection:&lt;/p&gt;
&lt;p&gt;myTextBox.Attributes[&amp;quot;onkeydown&amp;quot;]=&amp;quot;enterToTab()&amp;quot;;&lt;/p&gt;
&lt;p&gt;In fact, you can even put it in the markup and ignore the validation error. Asp.Net passes all arguments that it doesn&amp;#39;t recognize to the html output:&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:TextBox ... onkeydown=&amp;quot;enterToTab()&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1667647" width="1" height="1"&gt;</description></item><item><title>re: Data Entry: Use Enter as Tab</title><link>http://msmvps.com/blogs/egoldin/archive/2007/07/30/data-entry-use-enter-as-tab.aspx#1667040</link><pubDate>Thu, 29 Jan 2009 19:56:04 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1667040</guid><dc:creator>ulrik</dc:creator><description>&lt;p&gt;How do I do this for an asp.net form? I am using asp:TextBox which does not have an &amp;quot;onkeydown&amp;quot; argument.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1667040" width="1" height="1"&gt;</description></item></channel></rss>