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

  • Home
  • SEARCH
  • 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 6229619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:36:04+00:00 2026-05-24T09:36:04+00:00

Im going to implment password reset functionality. First user enters email into the form.

  • 0

Im going to implment password reset functionality. First user enters email into the form. Then click submit. On the server side I check if the email is correct and if the user exists in database and if so then I redirect to the next page (in fact it is the same page with questry string parameter ?step=2).

I cant use session because of loadBalancer. What is the best way to keep users mail ?

thanks for any help

  • 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-24T09:36:05+00:00Added an answer on May 24, 2026 at 9:36 am

    If it is the same page then it should be fairly trivial. You could add a hidden input field and append it to your form so in your button click handler:

    protected void Button1_Click(object sender, EventArgs e)
    {
        string email = email.Text;
        //Check database etc
    
        HtmlInputHidden hidden = new HtmlInputHidden();
        hidden.Value = email;
        hidden.ID = "hiddenemail";
        form1.Controls.Add(hidden); // Where form1 is the ID of a form with runat=server
    }
    

    Or event better if there was an existing server control say a label that you could use you would just do:

    protected void Button1_Click(object sender, EventArgs e)
    {
        string email = email.Text;
        //Check database etc
       Label1.Text = email; // Where Label1 is the ID of a ASP:Label on your page
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am going to implement standard functionality - birthdate input on web form for
I am going to implement a user editable workflow. They should support if/then clauses
I am going to implement an easy-to-use and eye-catching graphical user interface for management
I'm going to implement an Access Control List for each individual user so they
I've just started learning Scala, and the first thing I'm going to implement is
I'm going to implement RESTful user authentication against an LDAP directory in my Rails
I am going to implement the GPS into one of my menu XML ,
I am going to implement Lucene search into my project and I want to
I'm going to implement license key generator on my website but I've very few
I'm going to implement my strings with internationalization in my Android app. I have

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.