问题 I want to display multiple images in a gridviews single row. For example: I have table A, Table B and table C. Table A has my_id. In Table B my_id is the foreign key. Along with my_id it has c_id. Table C has c_id which is in reference in Table B. Table C also has a filepath to display images. in Table A i have my_id as follows: 1, 2, 3, 4, 5, 6. In Table B i have my_id as follows. 1 ,1 ,1 ,2 ,3, 3. In Table B i also have c_id as follows. 1, 2, 3, 4, 5, 6. In table C my c_id's are: 1, 2, 3, 4