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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:31:33+00:00 2026-06-13T11:31:33+00:00

How to pass the value from one asp.net page to another asp.net web page

  • 0

How to pass the value from one asp.net page to another asp.net web page using queryString.It means test1.aspx and test2.aspx are two web pages.

In test1.aspx, i have the string value,

string abc="stackoverflow";

if i use like this

Request.Redirect(“test2.aspx?numbers=” + abc); .It will not work.If i use like this i cant able to get abc value in test2.aspx page.

how to get this abc values into the test2.aspx?
  • 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-13T11:31:34+00:00Added an answer on June 13, 2026 at 11:31 am

    Instead of

    Request.Redirect("test2.aspx?numbers=" + abc); 
    

    Use

    Response.Redirect("test2.aspx?numbers=" + abc); 
    

    To recieve the QueryString value in the test2.aspx page you can use

    Request.QueryString["numbers"];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I pass values from one form to another in Asp.net? Can you
I am trying to pass a session variable from one page to another using
i want to pass a string value from one page to another.Also i have
I have been trying to pass a string value from one method into another.
I'm trying to pass a value from my database to the view in asp.net
So how can I pass a value from one form to another? For example:
I've got a web service (ASP.NET 2.0) that I'm calling from javascript using jQuery's
I need to pass the value from one function to another in JavaScript but
I am trying to pass a value from one tab to another. I tried
Possible Duplicate: How to pass a value from one Activity to another in Android?

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.