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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:30:11+00:00 2026-06-08T05:30:11+00:00

I have a Details and Edit page from where the user can send out

  • 0

I have a Details and Edit page from where the user can send out an email by clicking on a email hyperlink.

When they click on the Details or Edit page hyperlink, I go to the controller which opens up an email that the user can edit.

On submit of the email, I go to the [httppost].

On the httppost actionresult, I need to use the return RedirectToAction in order to redirect the user back to either the Edit or Details page from where they started from.

I was thinking of keeping this information in a session variable as to where the user originated from:

   Session["Originated"] = "Edit";

or

   Session["Originated"] = "Details";

Or is there a better way to keep track of this.

  • 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-08T05:30:15+00:00Added an answer on June 8, 2026 at 5:30 am

    Maybe add route parameter? For example /Email/Create?originated=Edit. It will keep all your stuff sessionless.

    Example:
    In View

     @Html.ActionLink("Create email", "Create", "Email", new { originated = "Edit" }, null)
    

    In Action

    public ActionResult Create(string originated)
    {
    ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have product panels on a cart-view page where the user can click an
i have view like 'home/details/5', it can be access by anonymous user. but there
I have a page which displays a form that a logged-in user can use
I have am writing a code where I can edit or delete certain details
I have an edit page I want to use to allow editing of user
I've had a report from a user that whenever they go to edit their
I have an aspx page which holds 2 user controls UC1: Edit page -
I have lots of details. I want to stack them within an array, can
I have a model called Details, and two controller methods new and create. New
I have a aspx page (details page) that needs to be loaded in a

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.