G
Guest
I have an asp.net website where i have a quick search facility built into my
master page. the search is a web control, with a drop down country box and a
list box full of cities.
When i select my country my citylist is refreshed ok. I want to be able to
then click on my city and jump to a specific page without loosing state; and
i dont know how.
Currently My change event on my city listbox does a
response.redirect("detail.aspx?id="+id); and it correctly displays the new
page but my country/city information are reset back to their defaults; how do
i prevent this? is there a way i can change the page within my city listbox
without loosing the state information for the whole control??
Many Thanks
Owen.
master page. the search is a web control, with a drop down country box and a
list box full of cities.
When i select my country my citylist is refreshed ok. I want to be able to
then click on my city and jump to a specific page without loosing state; and
i dont know how.
Currently My change event on my city listbox does a
response.redirect("detail.aspx?id="+id); and it correctly displays the new
page but my country/city information are reset back to their defaults; how do
i prevent this? is there a way i can change the page within my city listbox
without loosing the state information for the whole control??
Many Thanks
Owen.