Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 82011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:33:00+00:00 2026-05-10T21:33:00+00:00

I have a few text boxes and buttons on my form. Lets say txtBox1

  • 0

I have a few text boxes and buttons on my form.

Lets say txtBox1 is next to btnSubmit1, txtBox2 is next to btnSubmit2, txtBox3 is next to btnSubmit3.

How can I set the focus on btnSubmit3 when the user starts to type something in txtBox3. Meaning….. if a user type in a text box the program will know what button to fire when the user press the enter key.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:33:00+00:00Added an answer on May 10, 2026 at 9:33 pm

    If you use a panel, you should be able to set a defaultbutton. I´m not sure if it´s an win forms application or a web forms application, but this is how you should do it with web forms:

    <asp:Panel id='panel1' runat='server' DefaultButton='Button1'>    <asp:TextBox id='textbox1' runat='server' />    <asp:Button id='Button1' runat='server' Text='Button 1' /> </asp:Panel>  <asp:Panel id='panel2' runat='server' DefaultButton='Button2'>    <asp:TextBox id='textbox2' runat='server' />    <asp:Button id='Button2' runat='server' Text='Button 2' /> </asp:Panel>  <asp:Panel id='panel3' runat='server' DefaultButton='Button3'>    <asp:TextBox id='textbox3' runat='server' />    <asp:Button id='Button3' runat='server' Text='Button 3' /> </asp:Panel> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form which has a few text boxes, and two submit buttons.
I have a form that has a few text boxes, you input some values
I have form with few text boxes which goes through validation (both server and
I have a form with a list box and a few text boxes, when
Pretty simple question. I have a few ASP RequiredFieldValdators checking some text boxes. Out
I have a form, the first .class has 5 input:text boxes in it. I
I have a web page that has a few text boxes, and a dual
I have a few text boxes on my UI that I want to display
I am currently working on a WinForms project and have a few text boxes
I have a few text boxes which have to be filled with numeric values

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.