How to Get the ValueMember of a ComboBox in C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to get a valuemember of a combobox using C# and MySQL database. This method has the capability to get ID of the name of person inside a dropdown selection and it would be displayed inside a listbox . This simple manipulation of data will help you when you are dealing with combobox. Let's begin.

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.