I have a user control with one grid view and this user control is kept inside another user control. Now i'm being unable to find the inner user control having gridview from parent aspx page. I can easily detect the usercontrol which contain the inner user control having gridview. Please help me how to find usercontrol inside another usercontrol.
Thank you in advance.