Using Thread in C#

C# (C-Sharp) is a programming language developed by Microsoft that runs on the .NET Framework. And widely used for developing desktop application, web application and […]

Read More

Add Button in DatagridView C#

Declare Data table in global; Datatable hold temporary data; create column to datatable “dt”. Create temporary data and stored to datatable “dt”; Create button in […]

Read More