How to Add DateTimePicker Column Using C#

Submitted by janobe on
Here’s another tutorial that beginners in programming will find it very useful when they are writing codes. In this tutorial, I’m going to teach you how to add DateTimePicker Column using C#. This is just a simple method that can view the datetimepicker in a column and select the date that you need. Just follow the guide below and you will see how it works.

How to Get DataRow Based on DataGridView in C#

Submitted by janobe on
In this tutorial, I will teach you how to get DataRow Based on DataGridView using C#. This method can easily get the data in a selected row in the datagridview. It also extracted the data and display it in a certain textbox when you click the cells in a row inside the datagridview. I used Microsoft Visual Studio 2015 and XAMPP to develop this application.

Accept Numbers Only in a Textbox Using C#

Submitted by janobe on
In this tutorial, I’m going to teach you how to accept numbers only in a textbox using C#. This method has the capability of identifying the number only inside the textbox, this can be used in any fields that only numbers are valid, for instance, fields like Contacts, age and etc.. You will see how simple it is once you follow the instructions below.