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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:40:19+00:00 2026-05-25T14:40:19+00:00

Sorry bout the vague question, I’m not sure how to succinctly phrase my problem.

  • 0

Sorry bout the vague question, I’m not sure how to succinctly phrase my problem.

I have a ASPX MVC V3 project.

The walkthrough of a form submission goes

  1. CreateCustomer view holds the form and is viewed by the customer
  2. Customer submits form
  3. Form POST to CreateCustomer and in turn calls the CreateCustomer method with the [HttpPost] tag.
  4. The [HttpPost] CreateCustomer() method calls an external CreateCustomer service.
  5. The external CreateCustomer service returns an SuccessObject
  6. ?????????
  7. I show the CreateCustomerResult page which uses the SuccessObject.

I don’t know/understand how to do step 6.

I’m in the controller, in the CreateCustomer method, I have the object I want to show, how do I move from CreateCustomer to CreateCustomerResult?

I tried to use RedirectToAction but it didn’t allow me to pass the object along with it. I also think this is the wrong method to use?

Any thoughts?

Once again sorry if this seems a bit vague, I think I’m confused here.

Regards

  • 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-25T14:40:19+00:00Added an answer on May 25, 2026 at 2:40 pm

    you can do like this. Return your results view in HttpPost method

        [HttpGet]
        public ActionResult CreateCustomer()
        {
           return View();
        }
    
        [HttpPost]
        public ActionResult CreateCustomer()
        {
         try{
            // save here
             return view("CreateCustomerResult",SuccessObject)
            }catch(Exception ex) 
            {
            ///
               return view("CreateCustomerResult",SuccessObject)
            }
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry for a long question and not a very descriptive title, but my problem
Sorry, I'm sure this is a stupid question. I have successfully installed python 2.6
Sorry, I'm not even sure how to ask this question.. so if you could
sorry for lamer question, but I really could not found subject. I have a
Sorry but I am not sure how to ask this question but I am
Sorry for a pretty specific question. I have a table (see bottom), and when
Sorry I have a problem with with the fancy left apostrophe showing up in
Sorry the title is not very descriptive but it is a tricky problem to
Sorry for real stupid question. But it does not work either way. <html> <head>
Sorry if the title is not clear enough, I have <a> elements with the

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.