Posted on: 5/4/2015 8:17:00 AM | Views : 669

First let me tell you the stuff i am using :
1- Sql VIEW (1) named as getActivities
2- Sql Tables (2) named as Activities , MapActivities
3- 1 Parent Gridview having 3 child gridviews inside it in last 3 columns.
Table Structure of Activities :
ID (PK) , Name , do_ID
Table Structure of MapActivities :
ID , Act_ID (FK) , HaveResource (bit) , HaveCertificate (bit), UseInProject (bit) , do_ID
Now my parent gridview is binded to a view called getActivities , In this gridview i have created 3 template column fields.
In first Template Columns ItemTemplate i have inserted 1 gridview having only 2 fields inside its item template 
1- ID
2- HaveResource
In Second Template Columns ItemTemplate i have inserted 1 gridview having only 2 fields inside its item template 
1- ID
2- HaveCertific ...

Go to the complete details ...