Online Employment System

Submitted by hemedy99 on
The system is an online Employment System whereby contains 2 phases: - Job Seeker - Employer The Job Seeker performs registration and fills in his/her details. Uploads his/her certificates (stored locally on Uploads folder). I havent coded the dashboard count. (so the counting of % does not work. Database is in the db folder of the code. Any query - email at [email protected]

How to Get Local Ip Address(IPv6) in VB.Net

Submitted by janobe on
In this tutorial, I will teach you how to get the local ip address using visual basic 2015. This method has the capacity to retrieve the local ip address (ipv6) and will be displayed in the listbox. This application is similar to The Easiest Way to Get Local Ip Address (IPv4) in VB.Net. Let’s begin

Simple Search Based on Two Columns in C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to create a simple search based on two columns in c# and MySQL database. This program will illustrate how to search for data or records in the database based on two fields in the table. It has an automatic search for data in the database that will be displayed into the datagridview. Let’s begin.