Here Mudassar Ahmed Khan has explained with an example, how to get Cell value of GridView on LinkButton Click in ASP.Net using C# and VB.Net.
The LinkButton Click event will be implemented using the RowCommand event and hence when the LinkButton is clicked, the RowCommand event will be triggered and inside it the cell value of the ASP.Net GridView will be fetched using C# and VB.Net.
↧