I have a code responsible for stock-taking of a certain product in a product table ... it fills the stock without problems .. but when I go to the product stock surveys form, the product whose stock has been slaughtered does not presents the updated stock ... so that he updates I need to close the application and then open again so he presents the stock already updated after slaughter, but I want him to do the slaughter and when I consult on the form he searches he shows the stock update without having to close application first.
NB: I'm using Linq to SQL to fetch data from the database.