C
Carter
I have a header control at the top of my default page. On this control
there are 4 buttons, each one displays a corresponding panel.
There also is a drop down list with a list of counties. The list of
counties is filled from a dataset when the page loads. The user selects a
county, and then selects a button. Each time a button is selected, the
control reloads and the county selection is lost and is filled again, not
only taking a lot of time but losing the user's selection. How do I stop
the drop down list from loading each time? I have tried using If
ispostback, then FillCountyList, but it doesn't seem to matter. Thanks.
there are 4 buttons, each one displays a corresponding panel.
There also is a drop down list with a list of counties. The list of
counties is filled from a dataset when the page loads. The user selects a
county, and then selects a button. Each time a button is selected, the
control reloads and the county selection is lost and is filled again, not
only taking a lot of time but losing the user's selection. How do I stop
the drop down list from loading each time? I have tried using If
ispostback, then FillCountyList, but it doesn't seem to matter. Thanks.