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

  • Home
  • SEARCH
  • 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 106001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:31:41+00:00 2026-05-11T01:31:41+00:00

With LINQ to SQL in a ASP.NET MVC website I can display objects (records)

  • 0

With LINQ to SQL in a ASP.NET MVC website I can display objects (records) from my database table.

Now I would like to create a new object and save it back to the database.

In my Controller, I do this:

    var dataContext = new MessageDataContext();     Message message = new Message();     message.Action = 'save';     message.Body = 'record';     message.Parameter = '234'; 

And now I want to SAVE it with something like this:

message.Save(); 

Or perhaps:

dataContext.SubmitChanges(message); 

But neither of these work.

What is the syntax here to:

  • add new objects and save them to the database?
  • make changes on existing objects and save them to the database?
  • 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-11T01:31:41+00:00Added an answer on May 11, 2026 at 1:31 am

    What you’re looking for is:

    dataContext.Messages.InsertOnSubmit(message); dataContext.SubmitChanges(); 

    Assuming you have a Messages table mapped into your LINQ to SQL DBML.

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

Sidebar

Related Questions

I'm designing my database and LINQ To SQL ASP.NET web application. Imagine I have
I have a process in a website (Asp.net 3.5 using Linq-to-Sql for data access)
I am trying out Linq to SQL in an ASP.NET application that uses a
Link I'm using ASP.NET with C# and trying to use linq to sql to
In Linq to SQL it is possible to generate the database from the dbml
LINQ to SQL allows table mappings to automatically convert back and forth to Enums
This Linq to SQL query ... Return (From t In Db.Concessions Where t.Country =
In LINQ to SQL, is it possible to check to see if an entity
Using LINQ to SQL, I have an Order class with a collection of OrderDetails.

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.