BlackKnight
Programmer
Hi,
I am using VB 2005, ASP.net 2.0, javascript, and a gridview. I have these quotes listed in a gridview and I would like to be able to double click on a row to open one. I can trap a double click on the gridview in javascript but I can't get the gridview's selected row in the javascript function.
Currently I can open a quote by using the gridview's select button and then clicking on an "OPEN" button but I would like the double click feature as well.
1) Anyone know how I can either get a gridview's selected row/index in a javascript function?
2) A posible alternative solution to get a double click event on a VB 2005/asp.net 2 gridview?
Thanks in advance,
BK
I am using VB 2005, ASP.net 2.0, javascript, and a gridview. I have these quotes listed in a gridview and I would like to be able to double click on a row to open one. I can trap a double click on the gridview in javascript but I can't get the gridview's selected row in the javascript function.
Currently I can open a quote by using the gridview's select button and then clicking on an "OPEN" button but I would like the double click feature as well.
1) Anyone know how I can either get a gridview's selected row/index in a javascript function?
2) A posible alternative solution to get a double click event on a VB 2005/asp.net 2 gridview?
Thanks in advance,
BK