How to Find the Inner Gridview in a nested GridView via external button click event? – Asp.net
I have an issue with nested Gridview! I have two Girdviews with the ID - GridView1(Parent Gridview) and GV2(Child Gridview) I have a Asp:Button with the ID - btnedit(Event = OnClick()) Qs: how to access GV2 in btnedit_Onclick event? I…