I have a sharepoint page with 2 dataformwebparts on it. Selecting the first, filters the second. That all works great but now I need to find out what row is selected in the first so that I can add an ID parameter (taken from the first column) to a URL when the user clicks on a button. In other words to allow the next page to know the ID of what was selected in the first dataformwebpart.
My problem is I have no idea how to find out what is selected. I have tried to add some conditional formatting on the selected row to change the font to bold, then use jQuery to find the row with this inline style, but that doesn't seem to work in IE (works in Firefox!).
Has anyone got any idea how to find the selected row, client side?
Thanks