I have a grid view on other page but i want to get text box value from prevoius page in the grid view selection change index event.
i mean entering start date and end date from previus page i get it in the grid view selectd chang index event how is possible?
protected
{
DetailsView1.PageIndex = GridView1.SelectedIndex;
conn.Open();
Label2.Text = rd[
}
/////////////////////////////////////////////////////////////from here i am getting problem it does not get previus page properties which are Datestart and Datend....................................................................................
lbhire.Text =
rent =
tot = rent * totdays;
lbtot.Text = tot.ToString();