In ASP.NET 3.5, you can assign a Select link and change the display of the link. But can you assign one of the fields in the gridview to act as a selection button?
For example, all my records have a SAMPLE NAME field. It would be great if each unique SAMPLE identifier is a link that refers to the presentation of details. I cannot find any parameter under the gridview edit columns that appear to assign this behavior to a specific field.
I know this should be possible because I rarely see ASP.NET sites that actually use the Select link on the side - most of them let you click one of the fields.
How can i do this?
Using Visual Studio 2008, ASP.NET 3.5, and C # 3.0!
source
share