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

picture

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

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -