hi
i have two user controls, i placed grid view in both user control. when i click a row in first user control, the value in the second user control need to change accordingly, please help me to achieve this functionality with delegate and event . if possible provide some coding example
for example:
user control 1:
grid with countries name.
user control 2:
grid with state name.
user control 3:
grid with district name
.....and so on
thanks for help