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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:48:49+00:00 2026-05-27T08:48:49+00:00

My web page looks like this name(textbox1) email(textbox2) age(textbox3) phoneno(textbox4) submit(button) showfile(hyperlink) How can

  • 0

My web page looks like this

name(textbox1)
email(textbox2)
age(textbox3)
phoneno(textbox4)

submit(button)                            showfile(hyperlink)

How can I get the values of textboxes saved in “showfile” web page after onclick in the submit button? Can anyone help me?

  • 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-27T08:48:50+00:00Added an answer on May 27, 2026 at 8:48 am

    Update – based on the OP’s comments, i have updated my answer

    To pass a value between to pages, try this

    In the first page button click event handler, write something like this

    Session["Name"] = textBox1.text;
    

    then go to the page where you want to display

    In the design page add a asp.net Label control like this

    <asp:Label ID="lblName" runat="server" Text=""></asp:Label>
    

    and in the page load event handler or whatever event you want to display the text previously stored in the session write the following code

    lblName.Text = Convert.ToString(Session["Name"]);
    

    I don’t think you can use textbox1 as id for more than one TextBox in your asp.net page, any way you can simply use textbox1.Text property to get the text you wanted

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

Sidebar

Related Questions

I'm trying add a tab to my web page that looks like this: Using
I want to scrape this web page using Mechanize. The form element looks like
On the web page, it looks like there is no current development in the
I would like to be able to see how a web page looks on
i have a web.config file that looks like this: <?xml version=1.0?> <configuration> <system.web> <compilation
My webpage currently looks like this: <asp:Table runat=server style=position: absolute; left: 0%; top: 82%;
web page : http://sideradesign.com/eco-art/gallery/ This code works fine in all brwosers except IE8 (haven't
My web page sits in a DIV that is 960px wide, I center this
This web page http://www.w3schools.com/ASP/prop_sessionid.asp states that a session ID is generated on the ServerSide.
I'm trying to call RoleEnvironment.GetConfigurationSetting(SOMEKEY) like so: public partial class AzureBasePage : System.Web.UI.Page {

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.