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.

How Save File Using SaveFileDialog in C#

Submitted by janobe on
In this tutorial, I will teach you how to save file .txt file using savefiledialog in c#. This method has the ability to save a text file using a SaveFileDialog class. SaveFileDialog is designed to control the file to be saved in the certain directory and it also provides a user-friendly interface to your form. See the procedure below to know how it works.

ColorDialog in C#

Submitted by janobe on
In this tutorial, I will teach you how to use a ColorDialog in C#. This method has the ability to select a color in a textbox. It shows a form with different colors that you can select to change your text and background color. See the procedure below to see how it works.