I am working on an application which is guest house management system.it works fine but what i want is to embed the background worker class in my project.
here is how it looks
I want list of rooms to be updated automatically on saving the information on the Add room form.For displaying room i am using grid-view and for adding new room i created a new form and add LINQ to SQL query code to save the information of new room.
How should i go about it in C#. Any alternate suggestion would also be appreciated.