You can select a row of ASP.Net GridView Control using VB.Net code with postback event of button control or link button control by passing the Command="select". Command property of button or link button control passes the name of command i.e. action to be taken on the clicked row item.
