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 ?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Hi webby98

    Welcome to TheScripts family.

    Feel free to post questions in the related forum only by choosing from under the blue bar on the top of your page.

    Please follow the posting guidelines in every new post/reply.

    Please specify your post/question clearly.Please use proper code tags in all your codes.

    Regards
    Debasis

    Comment

    Working...