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

An Easy Way to Set an Autonumber in a TextBox in C#

Submitted by janobe on
In this tutorial, I'll show you how to set autonumber in a textbox in c #. Autonumber is very useful in programming because it generates a unique id in every transaction made. In this way, you can easily identify what kind of data you have saved in the database if you are looking for it. Let’s begin.

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.

The Simple Way to Navigate Records Based On ListView in C#

Submitted by janobe on
This time, I will teach you how to navigate records based on ListView in C# and MySQL Database. This method has the ability to navigate records in the ListView. It also provides a next and previous button that allows the movement of records back and forth. In this way, you can control the data to be displayed in the listview.