C
Chris Zopers
Hello,
I've developed an ASP.NET page with a dropdownlist and several
textboxes. When the user selects an item from the dropdownlist, some
data is retrieved from a database and displayed in the textboxes.
The items that are in the dropdownlist are also retrieved from the
database in the Page_Load event (only the first time, not in postbacks).
Everything works fine, except when the user selects an item from the
dropdownlist and immediately clicks the dropdownlist again (before the
data is fully retrieved from the database). In that case, the whole page
turns blank. All controls are gone, nothing is shown except for a blank
white page.
Does anyone know what causes this problem and how to solve this?
Greetings,
Chris
I've developed an ASP.NET page with a dropdownlist and several
textboxes. When the user selects an item from the dropdownlist, some
data is retrieved from a database and displayed in the textboxes.
The items that are in the dropdownlist are also retrieved from the
database in the Page_Load event (only the first time, not in postbacks).
Everything works fine, except when the user selects an item from the
dropdownlist and immediately clicks the dropdownlist again (before the
data is fully retrieved from the database). In that case, the whole page
turns blank. All controls are gone, nothing is shown except for a blank
white page.
Does anyone know what causes this problem and how to solve this?
Greetings,
Chris