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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:55:39+00:00 2026-05-11T15:55:39+00:00

I have a L2S SalesOrder entity with a child set of LineItems. Using winforms,

  • 0

I have a L2S SalesOrder entity with a child set of LineItems. Using winforms, on my Sales Order form I have a datagridview bound to the LineItems and it works like a dream. If the user changes a LineItem quantity (for instance), my LineItem partial class handles the OnQuantityChanged and recalculates the LineItem SubTotal field and the grid is automagically updated. I’m ecstatic with how clean and neat it is.

Now I would like to have a calculated field on my SalesOrder object called ‘Total’ that is the total of all the LineItems’ SubTotal fields (plus a few other things like tax and shipping, but don’t worry about that for now). What is the best/cleanest way for the SalesOrder’s Total field to be automagically updated whenever a LineItem is changed? If someone could just point me in the right direction on this I would be most appreciative.

Don’t know if it makes a difference but I’m using Rick Strahl’s Linq To SQL business framework (and it is fantastic, BTW!).

Thanks!

  • 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-11T15:55:40+00:00Added an answer on May 11, 2026 at 3:55 pm

    This was actually easier than I thought. I added the ReCalculate() to my SalesOrder and then I can just call it from my LineItem like this…

    Partial Class SalesOrderLineItem     Private Sub OnQuantityChanged()         RefreshMySubTotal()     End Sub     Private Sub OnUnitPriceChanged()         RefreshMySubTotal()     End Sub     Private Sub RefreshMySubTotal()         Dim dNewSubtotal As Decimal = 0         dNewSubtotal = Me.Quantity * Me.UnitPrice * (1 - (Me.Discount * 0.01))         If Me.SubTotal <> dNewSubtotal Then             Me.SubTotal = dNewSubtotal             If Me.SalesOrder IsNot Nothing Then Me.SalesOrder.ReCalculate()         End If     End Sub 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a L2S query that looks like this: using (MyDC TheDC = new
Such a task: we have 2 tables in our L2S Entity classes. It needs
Say I have an entity that looks as follows public Order OrderEntity { EntityRef<Customer>
I have created an Update operation for Linq To Sql (L2S) which works like
I have a question regarding a problem with L2S, Autogenerated DataContext and the use
Have just started using Google Chrome , and noticed in parts of our site,
Have just started using Visual Studio Professional's built-in unit testing features, which as I
I have a L2S query with several joins that should returns 11 records in
I have a small L2S database that was generated with the L2S CreateDatabase command.
I am using L2S and an inheritance model for mapping Persons against certain roles.

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.