Reputation: 61
I am working in a project and my Requirement is such that i need to used a Gridview Control as a Templatefield for another Gridview Control and Bind a Generic List to it Dynamically Before Rendering it to User. Is there any way to Bind Child Gridview (Inside Templatefield)?
Lets say: Parent Gridview: PGridview Child Gridview: CGridview
I am Really Confused how the PGridView.Databind() will work in this case.
which GridView to bind First and how?
Please Help.
Thanks
Upvotes: 0
Views: 831
Reputation: 367
In this issue , please verify that on which field relationship are maintain between Parent Gridview: PGridview and Child Gridview: CGridview
Upvotes: 1