first and last button in c#

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