LINQ and nested gridview.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • webby98
    New Member
    • Mar 2008
    • 3

    LINQ and nested gridview.

    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 ?
  • webby98
    New Member
    • Mar 2008
    • 3

    #2
    Originally posted by webby98
    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 ?
    Prob resolve. Discussion Closed.

    Comment

    Working...