Hello,
At a brick wall again, if someone can please assist me again.
In reference to your solution to this one:
Expand Collapse nested GridView on row click using jQuery in ASP.Net | ASPForums.Net
I now need to recognize a GridView row click on the dynamically built gvOrders grid. When a user clicks on one of those GridView rows, I need to run a subroutine so that I can get the ID and open a modal box.
Currently I can only open a modal box with this code in a button:
ScriptManager.RegisterStartupScript(Me, Me.GetType(), "ModalView", "<script>$('#View1').modal('show');</script>", False)
I've tried all I know, (addatributes for ones) which apparently I haven't learned much.
Thank you in advance,
Dave