nested gridview get parent row
I am using Nested GridViews where each row in the gridview has child gridView.
I am using RowDataBound Event of Parent GridView, to Binding Child GridView.
My Problem is that, how to get Parent GridView’s Key on Child gridViews RowDataBound Event.