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 3314752
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:16:11+00:00 2026-05-17T22:16:11+00:00

I have two buttons on my web form. When clicking on the first button,

  • 0

I have two buttons on my web form. When clicking on the first button, the event does not fire. Here’s what I’ve placed in the click event handler:

protected void btnRFC_Click(object sender, EventArgs e)
{
    string strDOB = drpDay.SelectedValue + "/" + drpmonth.SelectedValue + "/" + txtyear.Text;
    string strRFC = CURPRFC.CalcularRFC(txtfirstname.Text, txtmiddlename.Text, txtlastname.Text, strDOB );
    txtrfc.Text = strRFC;
}

strDOB is needed to get the date fields into one string used in CalcularRFC for the date value. The event handler for the second button is too large to post, but currently works as expected. But, the above handler does not return a value to txtrfc. Can someone point me in the right direction?

Thanks,
Sid

  • 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. Editorial Team
    Editorial Team
    2026-05-17T22:16:12+00:00Added an answer on May 17, 2026 at 10:16 pm

    this is what you are after:

    <form id="form1" runat="server">
    
        <div>
            <asp:Label ID="Message" runat="server" Text=""></asp:Label>
        </div>
    
        <asp:Button ID="Button1" runat="server" Text="Button 1" OnClick="Button1_Click" /> - 
        <asp:Button ID="Button2" runat="server" Text="Button 2" OnClick="Button2_Click" />
    
    </form>
    
    protected void Button1_Click(object sender, EventArgs e)
    {
        this.Message.Text = "Button 1 clicked";
    }
    
    protected void Button2_Click(object sender, EventArgs e)
    {
        this.Message.Text = "Button 2 clicked";
    }
    

    If you just want one method to handle both clicks, give the OnClick that method name and figure out where the click came from by examining sender.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a form where I have two radio buttons and two interchangeable controls
For simplicity lets say I have two flex mxml pages. form.mxml button.mxml If the
I am using Page.Isvalid function in my web page.I have two buttons in my
I have a UINavigationController. In its toolbar is a segmented control with two buttons.
I have created an item swapper control consisting in two listboxes and some buttons
I have two elements (a button and an anchor tag) both with a dynamical
I have a mechanize script written in python that fills out a web form
We have a web application that is based around a form that gets passed
For example, I have a HTML form with several input buttons, <form action=/index.php method=post>
HI I need to embed two web browsers in one form of a windows

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.