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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:48:56+00:00 2026-06-08T00:48:56+00:00

I have some text boxes. Users are required to key in data in the

  • 0

I have some text boxes. Users are required to key in data in the text boxes. When they finished, they will click on submit button. Then, it will be directed to “review.aspx” page. In the review.aspx page, the page will display the data inserted by them in previous page in label. Anyone here knows how to do it? Thanks.

This is where I stop

  protected void Button2_Click(object sender, EventArgs e)
{
    Session["brand"] = DropDownList1.SelectedItem.Text;
    Session["model"] = TextBox1.Text;
    Session["plate"] = TextBox2.Text;
    Session["color"] = TextBox3.Text;
    Session["year"] = TextBox4.Text;
    Session["service"] = TextBox5.Text;

    Response.Redirect "Review.aspx"; 

How to catch the session to be displayed in review page. I used label to display it.

  • 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-06-08T00:48:58+00:00Added an answer on June 8, 2026 at 12:48 am

    Convert the session[“ID”] object to string in following way:

        string brand=Session["brand"].ToString();
        string model=Session["model"].ToString(); 
        string plate=Session["plate"].ToString();
        string color=Session["color"].ToString();
        string year=Session["year"].ToString();
        string service=Session["service"].ToString();
    

    and Set the value in respective label:

    lblBrand.Text=brand;
    lblModel.Text=model;
    lblPlate.Text=plate;
    lblColor.Text=color;
    lblYear.Text=year;
    lblService.Text=service;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Pretty simple question. I have a few ASP RequiredFieldValdators checking some text boxes. Out
Using ASP.NET VB, I have a form with some text boxes and a Gridview.
I use VS2010,C# to develop ASP.NET web app, I have some two text boxes,
Using MVC3 Razor, I have a partial view with some text, two text boxes
I have a requirement to have a small form with some text boxes on
I'm working on an ASP.NET web project using VS2010/C#, I have some text boxes
I have a page in my WP7 which contains some text boxes. When pressing
I have to build a page which contains some text boxes and a grid
I have a page page1.php (lets say) and there are some text area boxes
I have some textboxes on a page and I want to click a link

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.