Change DataGridView Columns Title with Database Using C# In this article, I will show you how to change column title in DataGridView Columns, let’s follow the tutorial below Step 1: Create Project And Add Reference To C# WinForms Project. (visit…
Programming
Ask User If Wants to Exit Program Using C#
Ask User If Wants to Exit Program Using C# In this article, I will show you how to ask if the user wants to exit programs using C#, let’s follow the code below Step 1: Design windows form application like…
Encrypt and Decrypt Password Using C#
Encrypt and Decrypt Password Using C# This article shows how to encrypt and decrypt your password using C#, let’s follow this tutorial below. Step 1: Design windows form application like this (see below image)
Generate Random Password Using C#
Generate Random Password Using C# This article will explain how to generate random password using C# and create strong password, let’s follow this tutorial below. Step 1: Design windows form application like this (see below image) txtusername txtpassword Button1
Senior High School Voting System in VB.Net
Senior High School Voting System in VB.Net The capstone project entitled Voting System will be implemented in the senior high school level. The said system was designed and developed in VB.net and SQL Server/MySQL. This article will discuss the description…
Attendance System in VB.Net and SQL Server
Attendance System in VB.Net and SQL Server Project Title: Attendance Monitoring System Language: VB*Net Database: SQL Server About Project: Attendance and Monitoring System project is developed using Visual Basic.Net and SQL Server Database. This project contains an Employee’s login side…
Select data in DataGridView Rows and Show in TextBox Using C# MySQL Database
Select data in DataGridView Rows and Show in TextBox Using C# MySQL Database In this tutorial I will show you how to select MySQL Database Value in DataGridView using C# and show in TextBox in a simple way. Let’s follow…
Create Login Attempt Limit Form in C# and MySQL Database
Create Login Attempt Limit Form in C# and MySQL Database In this tutorial, I will show you how to create login attempt limit forms, lock user account after 3 failed login attempts Let’s follow this tutorial below. Step 1: Create…
Load Datagridview from a MySQL Database in C#
Load Datagridview from a MySQL Database in C# In this tutorial, I will show you how to load MySQL Database Value in DataGridView using C# in a simple way. Let’s follow tutorial below. Step 1: Create Project And Add Reference…
Bind Combo Box with MySQL Database Value using C#
Bind Combo Box with MySQL Database Value using C# In this tutorial I will show you how to populate MySQL Database Value in ComboBox using C# in a simple way. Let’s follow tutorial below. Step 1: Create Project And Add…