Import CSV file into a MySQL database

Submitted by Wisdom Agbenu on
Sometimes we might want to migrate our csv file/xlsx-file(s) into our database in order to work with them accordingly, php makes that possible. With regards to this, I have written a simple script to make that easier base on a request from a good friend of mine and I thought it wise to share it with the world. 1. Firstly unzip the project file and paste it in your htdocs if you're using xampp or

Binding XML file to a ListBox Using C#

Submitted by janobe on
Now, here’s another tutorial that you’ll surely want to learn. By this time, I’m going to teach you how to bind an XML file to a listbox using C#. By using this method you will be able to control the connection between XML file and the listbox. It also has the ability to view the content of XML file in the listbox.

Office Phone Directory

Submitted by hoto on
It is a small project, I created to store the contact details and office telephone extensions of our IT technicians. As a Helpdesk, it is often challenging to find the emails and contact information of IT techs, such as their mobile phones and extension numbers, especially when the helpdesk phone lines are very busy with incoming support calls. I developed this small app to help me quickly locate

How to Load Data in the DataGridView Using XML File and C#.

Submitted by janobe on
In this tutorial, I will teach you how to Load Data in the DataGridView Using XML File and C#. By doing this program, you will see that the output will be inside the DataGridView displaying the contents of an XML File. For you to have an idea of how this works, simply follow the procedure below.