I have a normal gridview on asp.net web page… I want to select a row using jquery and then pressing a button to send the id and descripcion columns to a web service…
My question is how can I select the row and get the information I want… all using jquery.
Try something like
This should enable you to select a single GridView row on click.
After that, for the button control, use the following