Working with DataGridView in C#

This program gives you and idea on how to create sales transaction without database using C#. There are three modules named Product, Order and Payment. 

  • Product Module. This module allows the user to select item and add to the cart section.
  • Order Module. This module allows to add orders into the cart and display the Net Total.
  • Payment module. This module allows the user to accept payment from the customers.
Screenshot


Sourcecode download

Updated sourcecode download