How to copy data from one GridView to multiple other GridViews in same form?

Hello,

I have a GridView where members’ basic details are added (e.g. name, gender, age). I wish to automatically copy data from certain columns only (e.g. name) to other GridViews for the members’ more specific details to be updated. I want this to happen automatically whenever a row in the first GridView is added.

How can I implement this?