How to Display the Records in the DataGridView Using VB.Net and XML File

Submitted by janobe on
In this tutorial, I will teach you how to display the record in the datagridview using vb.net and xml file. This simple project will help you how to get the records from XML file and display it into the DataGridView. It also illustrates what is the method to be used when they bind to each other. Hope this tutorial will help your current problem. Let’s begin.

How to Disable the Previous Date in the DateTimePicker Using VB.Net

Submitted by janobe on
In this tutorial, I will teach you how to disable the previous date in the datetimepicker using vb.net. This method the ability to remove the previous date in the datetimepicker and show the current and future dates. This program will help you if you are developing a booking system or a reservation system.