linq - C# Master Detail - Data Binding -
i have 2 table in db. 1 projects table , other tasks table. , have 2 gridviews (shown picture).projects listed on gridview1 , tasks of project listed on gridview2. want when 1 click project on gridview1, tasks project should listed in gridview2.
how can ?
note: use devexpress , lİnq
you need add onclick event listener first grid , in code event listener need call query or procedure tasks project db , fill second grid result query.
i'm not aware of how code looks can't on part, how logic behind should be.
Comments
Post a Comment