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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:25:42+00:00 2026-05-11T05:25:42+00:00

I currently learning ASP.NET MVC . I wondered if it is possible when a

  • 0

I currently learning ASP.NET MVC . I wondered if it is possible when a form is submitted to the get the id of the new record and then redirect to a new page with the new record id?

The information is entered into the database correctly, but I’m not sure how to get the id?

For example, complete a new customer details form and then redirect the page to an orders form where new orders can be added for the customer.

  • 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. 2026-05-11T05:25:43+00:00Added an answer on May 11, 2026 at 5:25 am

    How are you accessing the database? If you are using an ORM (such as NHibernate or LINQ to SQL) then the object should have it’s ID property updated after you insert it into the database.

    If you are hand rolling the SQL then you need to do a select in the same statement as the insert of:

    insert into ...  select scope_identity() 

    This will return the ID of the row you have just created.

    Then you can do this within your action:

    return RedirectToAction('YourActionName', new {id}); 

    With the ID retrieved either from the saved object or the return value of the SQL. Whichever fits your scenario.

    Edit

    As you’ve mentioned you are using NHibernate then you can do this:

    var myNewObject = // some way of creating the object  // some way of saving the object  // at this point NHibernate will have set the ID of the object for you  return RedirectToAction('YourActionName', new { id = myNewObject.Id }); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 93k
  • Answers 93k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Adding a Linked Server should solve your problem. You have… May 11, 2026 at 6:43 pm
  • Editorial Team
    Editorial Team added an answer Another easier option is to drag the code blocks that… May 11, 2026 at 6:43 pm
  • Editorial Team
    Editorial Team added an answer Use the Aspnet compiler task. http://msdn.microsoft.com/en-us/library/ms164291.aspx It works on asp.net… May 11, 2026 at 6:43 pm

Related Questions

I'm currently learning ASP.NET MVC and using Nhibernate. I would like to use Cascading
I am currently learning ASP.NET MVC and I have followed Stephen Walther's tutorial: ASP.NET
I am currently learning ASP.NET MVC so please excuse my question if it has
After being frustrated in my attempts to learn the arcana that is ASP.NET, I

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.