change label text
in my application i have 2 different forms
1 form
a datagrid view control is present with 5 different colums and some data inside the grid from sqlserver database
2 form
five 5 different lables and a datanavigator control
and my requirement is to when ever the data navigator control is navigated
the lables in the form should change their text according to the colum text present in the datagrid view of the first form
can any one help me how to solve this problem

