Latest Posts
How to use Chosen jQuery plugin
By Tan Lee Published on Mar 18, 2020 7.41K
The Chosen jQuery plugin is indeed designed to enhance the user experience when dealing with select boxes (dropdowns) in web forms.
Read moreHow to fix 'This CKEditor 4.22.1 version is not secure. Consider upgrading to the latest one, 4.24.0-lts'
By Tan Lee Published on Aug 04, 2024 789
To address the warning about CKEditor 4.22.1 being outdated and insecure, you can follow these steps.
Read moreHow to use DataTable in C#
By Tan Lee Published on Mar 13, 2021 20.09K
In C#, DataTable is a fundamental part of ADO.NET, used to store in-memory data in tabular form. It’s commonly used for handling data retrieved from a database or other data sources.
Read moreHow to Create a Metro ListView in C#
By Tan Lee Published on Jul 16, 2024 26.13K
To create a Metro ListView using the Metro Framework in a C# Windows Forms Application, follow these steps.
Read moreHow to export data to .csv file
By Tan Lee Published on May 18, 2024 3.65K
Export data to .csv file from SQL Server using the bcp (Bulk Copy Program) utility or SQL Server Management Studio (SSMS).
Read moreHow to Create a Material Design Login Form in C#
By Tan Lee Published on Jul 16, 2024 37.69K
Creating a Material Design login form using MaterialSkin for Windows Forms involves several steps to set up the necessary components, styles, and functionality.
Read moreHow to Make a Calculator in C#
By Tan Lee Published on Jul 16, 2024 24.3K
Creating a simple calculator in a C# Windows Forms Application involves designing a UI with buttons for numbers, operations, and a text box to display input and results.
Read moreHow to Create a Phone Book in C#
By Tan Lee Published on Jul 16, 2024 13.05K
Creating a Phone Book, Telephone Diary application using datatable, dataset, read & write xml file in C# Windows Forms Application.
Read moreHow to Create a Digital Clock in C#
By Tan Lee Published on Jul 16, 2024 15.74K
To create a digital clock using CircularProgressBar in a C# Windows Forms Application, you'll need to use the CircularProgressBar control from the CircularProgressBar NuGet package.
Read moreHow to Create a Modern UI Login Form in C#
By Tan Lee Published on Jul 16, 2024 32.33K
Creating a modern UI login form using Metro Framework in a C# Windows Forms Application involves using Metro controls to achieve a sleek and modern look.
Read moreHow to Create a Metro Splash Screen in C#
By Tan Lee Published on Jul 16, 2024 10.16K
To create a Metro splash screen with a Metro progress bar using Metro Framework in a C# Windows Forms Application, you'll need to follow these steps.
Read moreHow to Create a Metro TextBox in C#
By Tan Lee Published on Jul 16, 2024 23.45K
To create a Metro TextBox using the Metro Framework (MetroModernUI) in a C# Windows Forms application, follow these steps.
Read more