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.

User Navigation in C# - (First and Last Buttons)

Submitted by janobe on
This is the continuation of my tutorial which is User Navigation in C# (Next and Previous Buttons). I added two functions, wherein you can retrieve the first and last record in the table. This is a big help for you when you have to know exactly what are the records in the first and the last row of the table in an easy way. Let’s begin

User Navigation in C# - (Next and Previous Buttons)

Submitted by janobe on
This time, I will teach you how to navigate user details using C# and MySQL Database. I create a simple navigation method that can be easily learned by a newbie in programming. It has a “Next” and “Previous” button that can navigate multiple records back and forth, all you have to do is follow the procedure below.