Hi all,
I am pretty new to the whole javascript thing. I have a gridview that I want the user to be able to hover over the whole row (believe its the whole TR) and be able to click anywhere and that would be able to select that row. I need teh server side code to be able to know which row was clicked.
I don't really know where to start with this and would love some guidance on:
1) Best way to add the ability to show that the user is hovering over a row (changing background colour or something)
2) How to hook up the ability to click anywhere on that row and fire server side code to know which row was clicked.
Was reading this article http://www.dotnetcurry.com/ShowArticle.aspx?ID=109 on firing server side code from client side but don't know how to figure out what row it would have come from.
Thank you
Jon Hawkins