<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>Getting Started</title><link>http://forums.asp.net/15.aspx</link><description>The perfect forum for ASP.NET novices. No question too simple! &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=21&amp;amp;c=17" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1023160.aspx</link><pubDate>Wed, 17 Aug 2005 09:03:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1023160</guid><dc:creator>aspci</dc:creator><author>aspci</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1023160.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1023160</wfw:commentRss><description>i think there one textbox in your page. if so, u must put another textbox on your page and set its visibility to hidden with style.&lt;BR&gt;&lt;BR&gt;&amp;lt;asp:TextBox id="txtInv" runat="server" Width="10px" style="display:none;visiblity:hidden"&amp;gt;&lt;BR&gt;&lt;BR&gt;submit button will run when u hit the enter in your textbox....&lt;BR&gt;</description></item><item><title>Re: How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1022987.aspx</link><pubDate>Wed, 17 Aug 2005 05:13:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1022987</guid><dc:creator>XIII</dc:creator><author>XIII</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1022987.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1022987</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;Fonzie wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td width="100%" valign="top" class="txt4"&gt;that looks like java script. I am trying to learn VB, would this confuse the issue?&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;Javascript is executed on the client side and ASP.NET (doesn't matter if you use C# or VB.NET) is executed on the server side. You can find interesting learning courses for a bunch of "web" languages (html, css, asp.net, javascript, ...) here: &lt;A href="http://www.w3schools.com/"&gt;w3schools&lt;/A&gt;.&lt;BR&gt;&lt;BR&gt;If you have questions about javascript I would suggest that you take a look or ask your questions on the "&lt;A HREF="/130/ShowForum.aspx"&gt;client side web development&lt;/A&gt;" forum.&lt;BR&gt;&lt;BR&gt;Grz, Kris.</description></item><item><title>Re: How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1022680.aspx</link><pubDate>Tue, 16 Aug 2005 21:02:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1022680</guid><dc:creator>uncleb</dc:creator><author>uncleb</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1022680.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1022680</wfw:commentRss><description>Although you are programming ASP.Net using the VB language - that is only the server-side.We control what the server does using .Net framework&lt;BR&gt;JavaScript is used for client-side programming, meaning the "browser" does the work&lt;BR&gt;Setting the focus is a client-side action- hence you need to use JavaScript&lt;BR&gt;&lt;BR&gt;Learning the differences between what is server-side and client-side is an important concept in WEB development&lt;BR&gt;&lt;BR&gt;I will take some time - but just ask yourself- does browser do this?(if yes&amp;nbsp;- then it's client-side)&amp;nbsp;or does the server? (server-side via Framework)&lt;BR&gt;&lt;BR&gt;HTH</description></item><item><title>Re: How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1022645.aspx</link><pubDate>Tue, 16 Aug 2005 20:31:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1022645</guid><dc:creator>Fonzie</dc:creator><author>Fonzie</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1022645.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1022645</wfw:commentRss><description>that looks like java script. I am trying to learn VB, would this confuse the issue?&lt;BR&gt;</description></item><item><title>Re: How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1022635.aspx</link><pubDate>Tue, 16 Aug 2005 20:24:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1022635</guid><dc:creator>XIII</dc:creator><author>XIII</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1022635.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1022635</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;Fonzie wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td width="100%" valign="top" class="txt4"&gt;Also, is there a way for the form's only textbox to have the focus when the form loads?&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;You might want to take a look at this free control: &lt;A href="http://www.metabuilders.com/Tools/FirstFocus.aspx"&gt;FirstFocus&lt;/A&gt;.&lt;BR&gt;&lt;BR&gt;Grz, Kris.</description></item><item><title>Re: How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1021395.aspx</link><pubDate>Mon, 15 Aug 2005 20:06:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1021395</guid><dc:creator>Fonzie</dc:creator><author>Fonzie</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1021395.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1021395</wfw:commentRss><description>I attempted this one becasue it looked the simplest:&lt;BR&gt;&lt;A href="http://www.hanselman.com/blog/ASPNETHowToCreateADefaultEnterButtonForFormsPostBacks.aspx"&gt;http://www.hanselman.com/blog/ASPNETHowToCreateADefaultEnterButtonForFormsPostBacks.aspx&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;my form didn't have a load event(that I could see) so I add the following per the above link but to no effect.&lt;BR&gt;&lt;BR&gt;Sub Page_Load&lt;BR&gt;Page.RegisterHiddenField("__EVENTTARGET", "Button1")&lt;BR&gt;End Sub &lt;BR&gt;&lt;BR&gt;Also, is there a way for the form's only textbox to have the focus when the form loads?</description></item><item><title>Re: How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1021200.aspx</link><pubDate>Mon, 15 Aug 2005 17:18:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1021200</guid><dc:creator>XIII</dc:creator><author>XIII</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1021200.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1021200</wfw:commentRss><description>Or take a look at this one:&lt;BR&gt;&lt;BR&gt;&lt;A class=TitleLinkStyle href="http://www.hanselman.com/blog/ASPNETHowToCreateADefaultEnterButtonForFormsPostBacks.aspx"&gt;&lt;FONT color=#b8860b size=2&gt;ASP.NET: How to create a Default "Enter" Button for Forms/PostBacks&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Grz, Kris.</description></item><item><title>Re: How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1021194.aspx</link><pubDate>Mon, 15 Aug 2005 17:16:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1021194</guid><dc:creator>joteke</dc:creator><author>joteke</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1021194.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1021194</wfw:commentRss><description>Hi,&lt;BR&gt;&lt;BR&gt;for example using following free control&lt;BR&gt;&lt;A href="http://www.metabuilders.com/Tools/DefaultButtons.aspx"&gt;http://www.metabuilders.com/Tools/DefaultButtons.aspx&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Here's also a few views to the issue&lt;BR&gt;&lt;A href="http://west-wind.com/weblog/posts/1225.aspx"&gt;http://west-wind.com/weblog/posts/1225.aspx&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.allasp.net/enterkey.aspx"&gt;http://www.allasp.net/enterkey.aspx&lt;/A&gt;&lt;BR&gt;&lt;A href="http://weblogs.asp.net/rajbk/archive/2003/12/11/43023.aspx"&gt;http://weblogs.asp.net/rajbk/archive/2003/12/11/43023.aspx&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.mag37.com/csharp/articles/DefaultSubmitButton.html?tabid=8"&gt;http://www.mag37.com/csharp/articles/DefaultSubmitButton.html?tabid=8&lt;/A&gt;&lt;BR&gt;</description></item><item><title>How to Have RETURN on textbox activate submit button?</title><link>http://forums.asp.net/thread/1021189.aspx</link><pubDate>Mon, 15 Aug 2005 17:10:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1021189</guid><dc:creator>Fonzie</dc:creator><author>Fonzie</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1021189.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1021189</wfw:commentRss><description>Right now, after I type some text&amp;nbsp;in the textbox, hitting enter does not move the focus to the command button nor does it activate it. Instead, I have to use the mouse and click on command button to activate it/submit the query. Is there a way around this?</description></item></channel></rss>