Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Double Click Gridview on WebPage to Open Quote

Status
Not open for further replies.

BlackKnight

Programmer
Oct 18, 2000
348
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top