S
Stimp
I have 3 dropdowns: country, county and district.
I'm using ajax to dynamically populate the county and district dropdowns
when country dropdown is changed (and similarly the district dropdown when
county is changed).
This works fine, but unfortunately when I reload the page (via pressing a
button on the page), the county and district lists are emptied (obviously
because they haven't been stored in viewstate, etc)
I'm wrecking my head trying to come up with an elegant solution to this.
Any suggestions?
Thanks !
Peter
I'm using ajax to dynamically populate the county and district dropdowns
when country dropdown is changed (and similarly the district dropdown when
county is changed).
This works fine, but unfortunately when I reload the page (via pressing a
button on the page), the county and district lists are emptied (obviously
because they haven't been stored in viewstate, etc)
I'm wrecking my head trying to come up with an elegant solution to this.
Any suggestions?
Thanks !
Peter