Dear All,
i have two update panels in my aspx page. in first updatepanel(i use microsoft update panel & script manager) i have 4 radcomboboxes. data was reading from sql database and next combobox data depends on previous combobox selected value.
in second updatepanel, i have a repeater and a LinkButton in the item template of the repeater. the LinkButton opens a new blank page with response.redirect and shows some details.
The problem:
For first time when my page loads, i can use the combo boxes and everything is normal. when i press the LinkButton, the details page opens. now when i want to change radcombobox valuse and i press the dropdown button, i see "Loading..." message and no data loads. it seems that the connection to the database is lost.
Please help me. i use Q1.
i have two update panels in my aspx page. in first updatepanel(i use microsoft update panel & script manager) i have 4 radcomboboxes. data was reading from sql database and next combobox data depends on previous combobox selected value.
in second updatepanel, i have a repeater and a LinkButton in the item template of the repeater. the LinkButton opens a new blank page with response.redirect and shows some details.
The problem:
For first time when my page loads, i can use the combo boxes and everything is normal. when i press the LinkButton, the details page opens. now when i want to change radcombobox valuse and i press the dropdown button, i see "Loading..." message and no data loads. it seems that the connection to the database is lost.
Please help me. i use Q1.