How should i get a value displayed in the dropdownlist when redirected through a cancel buttton.The value in the page where cancel button is there in a textbox should be cought in the dropdownlist.
This dropdownlist is having selectedindexchanged event also fired for which on selection of a country in the list we get a listview displayed in the same page.In that listview we have an add button which will redirect us to another page called addcountry in which we have few controls.In those controls one textbox i am getting value through querystring in an enabled false state.now again i need that value displayed in the dropdownlist when i click cancel button. How can i solve this problem,could you please help me out.