gprabaka Posted January 22, 2007 Posted January 22, 2007 Good Morning, I have a page with a GridView GV1 with another GridView Embedded in it called GV2. GV2 is typically not available until I fire an event on it, when I have to instantiate it by a statement GridView GVChild = (GridView)GV1.SelectedRow.FindControl("GV2"); However, on firing the OnPageIndexChanging event of GV2, I do not know how to get the selectedRow value of the Parent GridView GV1, so I can page on only records associated with the row of GV1. Thanks Guha Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.