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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:28:55+00:00 2026-05-26T07:28:55+00:00

This is true with any other functionality present on the page. I don’t want

  • 0

This is true with any other functionality present on the page. I don’t want the last event that happened before post back to happen again.

  • 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-26T07:28:55+00:00Added an answer on May 26, 2026 at 7:28 am

    I believe you should take a look at the PRG Pattern (Post/Redirect/Get)

    Post/Redirect/Get (PRG) is a common design pattern for web developers
    to help avoid certain duplicate form submissions and allow user agents
    to behave more intuitively with bookmarks and the refresh button

    In ASP.NET:

    1. POST – Submit button click causes HTTP POST
    2. REDIRECT + GET – HttpResponse.Redirect()

    MSDN, Redirecting Users to Another Page

    In server code, you can programmatically redirect by calling the
    Redirect method. The method sends a command to the user’s browser that
    causes the browser to issue an HTTP GET command for the target page.

    Few important notes regarding PRG pattern:

    !!! The PRG pattern cannot address every scenario of duplicate form
    submission. Some known duplicate form submissions that PRG cannot
    solve are:

    • if a web user goes back to the web form and resubmits it.
    • if a web user clicks a submission button multiple times before the server response loads (may be prevented by using JavaScript to disable
      the button after the first click).
    • if a web user refreshes before the initial submission has completed because of server lag, resulting in a duplicate HTTP POST request in
      certain user agents.
    • if a malicious web user submits the form twice despite client-side safeguards and typical browser behavior.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is any solution to mark method like this [IsAuthenticated(true)] public ActionResult Profile() { return
Is this true that Update SQL Query is slow because of Clustered index??????
I heard that SQL is faster if table relationships are defined. Is this true?
I've been told that defragging causes the log to grow tremendously. Is this true?
How do I convert this: [True, True, False, True, True, False, True] Into this:
Duplicate In C arrays why is this true? a[5] == 5[a] Given an array
If this is true, I'd like to know why. Do we see a great
Is this proposition true? For all functions f f(a+b) = f(a) + f(b) .
Is it true this is not supported? Answer : It is not supported.
I just wanted to confirm if this was true or not - I remember

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.