Adding a ASP: Repeater in a ASP: DataGrid
                            
                         
                        
                     
                 
                
                    I want to add a Repeater control inside a DataGrid.
I have 2 tables one of which contains persons details.. and the second one contains person's qualification details.. 
The person details should be displyed in a DataGrid and the Qualification details of each person should be displayed using a Repeater control...
A sample output is as follows
LoginID         FirstName               DateOfBirth       EmailID      ContactAddress
XXX               XXXX                      XXXX               XXX          XXXX
         Degree            Institute                percentage
          XXX                  XXX                         XXX
          XXX                  XXX                         XXX
YYY                YYYY                      YYYY                YYYY           YYYY
         Degree            Institute                percentage
          YYY                  YYY                          YYY 
          YYY                   YYY                          YYY