- Posted:
03 Sep 2018
- Author: Mudassar Khan
-
- Technology:
C#
- Language:
English
-
In this video tutorial, Mudassar Khan has explained how to get Cell value of GridView on Button Click in ASP.Net using C# and VB.Net.
The Button Click event will be implemented using the RowCommand event and hence when the Button 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.