PHP MySQL CRUD

Submitted by williamjustin on
This Application was developed using PHP, PDO and mysql Database. I used Bootstrap Framework to have a beautiful and stunning design. This Application shows you the basic functionalities of CRUD (CREATE,READ,UPDATE,DELETE)I.e. The user can Add members in the list and edit them Features: User (CRUD) Note: To create an account just go to this page first "localhost/done/register.php".(U will be

How to Search Data Using DateTimePicker in C#

Submitted by janobe on
One of the biggest problems in programming is how to deal with the dates. So, In this tutorial, I will teach you how to search for data using DateTimePicker in C#. This project has the ability to search the data in the database by the dates you choose in the DateTimePicker. The data will automatically display into the datagridview when the date you choose is equal to the transaction date in the database.

How to Convert Whole Numbers to Currency in C#

Submitted by janobe on
If you find hard to convert whole numbers to currency, this tutorial is right for you. So, in this tutorial, I will teach you how to convert whole numbers to currency in c#. This method has the ability to convert any whole numbers given in a textbox and it will automatically display to another textbox in a currency format in just a click. Let's begin.