Introduction
Get
ASP.Net Grid View Row Value and its Row Index when clicked using JavaScript
Here I explained how to get the ASP.Net Grid View Row Value
and its Row Index client side using JavaScript. He has also explained how we
can find the Grid View Cells and the controls value inside the Grid View
Template Fields client side using JavaScript.
Description
Below I have a simple ASP.Net Grid View. That content two
columns SNo and Name both column are Template Fields.
When any gird View Cell is clicked, then Cell value and
cell index value show on Alert box.