Im creating ASP.NET project.
There is a gridview. in grid it has a hyperlinked column named with "select"
when I click "select", i want to get row data.
Most of the web sites have a lot of code about this. But I feel there must be a very simple method to get row data.
datasource, connection string is in VB.net file. it is connected properly and can view data correctly.
Please help me....