Document Management System

Submitted by beedyboy on
This is a document management system for students, Basically, the students go to the admin with a scanned copy of their documents, the admin then uses their matric number/student number to find the student and upload. Mysql database was used with c# entity framework. Metro UI framework was used as well. Features Admin Management Student Management Semester and Session Management Required Document

Fill Data Based on DataGridViewComboBoxColumn in C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to fill the data in the DataGridViewComboBoxColumn using C# and MySQL database. This method has the ability to add a combobox column in the datagridview. It also has the capacity to fill the combobox with data from the database. This method is very useful when you are dealing with datagridview control.