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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:08:30+00:00 2026-06-02T04:08:30+00:00

Is there a way to save the querystring ids after the page load? the

  • 0

Is there a way to save the querystring ids after the page load? the reason why i am looking is that …i should be back and forth with pages and more importantly if the user try to manupluate the ids then it should not effect the result of my page since i will be reading the Ids not from querystring but from some save prop or something like that.

for an example: let says the page loads very first time… i have this url:

http://www.somesite.com/Shop/Product/Detail.aspx?ProductId=100 

and if the user try to modify the querystirng and re-load the page then the page_load should not read from querystring rather from saved prop or something???

  • 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-02T04:08:33+00:00Added an answer on June 2, 2026 at 4:08 am

    This would not work since it’s against the very basic nature of Internet. Internet is stateless.

    Everytime user changes the querystring, it will be treated as a new Url, storing the parameters will be of no use. Page.IsPostback won’t work either since every Url change will be a first hit.

    Saying that, you can still work around it,

    1. With every Url, you can pass a unique identifier (like a GUID.)

    2. As soon as page hits, you can save parameters in session and work with them and use the Guid to map the two requests.

    But the problem remains here, if the user changes that Guid then again it will be treated as a new request. You can go one step ahead and start saving that GUID to make sure that only system generated GUIDs are handled but overall it will just make your system complex.

    My guess is that you might be looking at a wrong solution for your problem. If you can share your actual aim then we might be able to recommend you something more tangible.

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

Sidebar

Related Questions

Is there a way to save a static password in a way that it's
Is there a way to save a configuration so that a hook may work
Is there a way that i can save data on each step in wizard
Is there a way to save a cookie that is available on other site
is there a way that I can save the model by using dictionary for
Is there any easy way to save users position on the site after postback
Is there a way to save a Matplotlib figure such that it can be
Is there a way to save application configurations and settings that user have customized
Is there a way to save html content of an aspx page in the
Is there a way to save the current page as a bookmark (through jQuery

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.