Contact Form

Name

Email *

Message *

Follow on LinkedIn
Image

17. Designing Form in Visual Studio for Product Module



In the previous episode, we have successfully added a search feature in Category Module and completed the module.
From this episode, we will start our new Product Module for our BILLING AND INVENTORY MANAGEMENT SYSTEM IN C#. And we will design form for our Product Module.

Following tools will be used to design the form
1. Labels: It will be used to name the items before the Input Boxes.
2. Textboes: It will be used to input the values into our Product Module.
3. Combobox: It will be used to select the categories for our product.
4. Buttons: It will be used to insert new product in database, update and delete existing products from database.
5. Data Grid View: It will be used to display all the products from database.
6. Picture Box: It will be used as a close icon to close the Product Form.

Thank you so much for reading and watching my tutorial. If you want to see more posts like this, then don't forget to SUBSCRIBE.

If you want to START from the beginning of this course, then CLICK HERE.

BILLING AND INVENTORY MANAGEMENT SYSTEM IN C#

Comments