Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The API has response like below-

+    FatherName MotherName F_Occupation  F_Age   M_Age  Children
     F1         M1         NA            53      47     +Children1
                                                         C1_Name
                                                         C1_Age
                                                         C1-Qualification
                                                        +Children2
                                                         C2_Name
                                                         C2_Age
                                                         C2-Qualification

+    FatherName MotherName F_Occupation  F_Age   M_Age  Children
     F2         M2         NA            45      42     +Children1
                                                         C1_Name
                                                         C1_Age
                                                         C1-Qualification


I have made this working in case when there is maximum one children but for more than one children I don't know if it is possible to show this kind of result in a GridView. I need to implement this using C# only.

May be we can use a nested GridView in a template field but how it will map to outer fields.
Posted

1 solution

 
Share this answer
 
Comments
Wendelius 19-Sep-15 1:56am    
Good links! a 5.
Abhinav S 19-Sep-15 2:01am    
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900