Here Mudassar Ahmed Khan has explained with an example, how to get selected Row (Cell) value in GridView using jQuery in ASP.Net.
When the Select LinkButton is clicked, the GridView Row is selected and a jQuery Click event handler is triggered.
Inside the jQuery Click event handler, the Cell values of the Selected Row are fetched and displayed using JavaScript Alert Message Box.
↧