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.

How to Reverse a Word using C#

Submitted by janobe on
This time, I will teach you how to reverse a word using C#. This kind of method is a little bit fun most especially if you are a beginner and is trying to explore fun things about coding. In here, when you type any word that you like inside the textbox it will automatically reverse the word once you click the reverse button.