i have a dropdown in one page i want the selected value of drop down in other page as a label
lblBranchName.Text=Request.QueryString["cmbDatabase.SelectedItem"];
cmbdatabase is my dropdown and lblbranch is my label in second page how can i do this pls any 1 tell