there are two gridview one grid view contains three columns(id,firstname,lastname) and 15 rows and another has four columns(id,firstname,lastname,password) 45 rows. nw when i click row which has id 1 in 1st gridview ,i need details belongings to id 1 in second gridview.
in c# codings