I have an issues using LINQ and nested gridview.
Let me explain, Gridview A are the for grouping.
And Gridview B are place in between Gridview A
to display list data relate to Gridview A grouping.
Both GridView will need to be populate dynamically
on runtime via stored procedure and using LINQ.
1st SPROC are to get the grouping data for Gridview A
2nd SPROC are to get record for Gridview B base on a
key value from Gridview A on run time.
Question : Would like to know how i can populate the Gridview B
record listing based on the Gridview A grouping in run time ?
Let me explain, Gridview A are the for grouping.
And Gridview B are place in between Gridview A
to display list data relate to Gridview A grouping.
Both GridView will need to be populate dynamically
on runtime via stored procedure and using LINQ.
1st SPROC are to get the grouping data for Gridview A
2nd SPROC are to get record for Gridview B base on a
key value from Gridview A on run time.
Question : Would like to know how i can populate the Gridview B
record listing based on the Gridview A grouping in run time ?
Comment