updatepanel inside modalpopup
-
i have 2 dropdownlists in a panel with modalpopupextender .. one of them show the companies and the other shows the branches of this company .. i put the dropdownlist which shows the branches in an updatepanel .. and set the trigger to the company dropdownlist selectedindexchanged .. when i make any change in the company dropdownlist the popup panel disappear .. :( any solutions ??
-
i have 2 dropdownlists in a panel with modalpopupextender .. one of them show the companies and the other shows the branches of this company .. i put the dropdownlist which shows the branches in an updatepanel .. and set the trigger to the company dropdownlist selectedindexchanged .. when i make any change in the company dropdownlist the popup panel disappear .. :( any solutions ??
legend_of_zanado wrote:
set the trigger to the company dropdownlist selectedindexchanged ..
What type of trigger? PostbackTrigger? The page postback will reset the Updatepanel value, I believe since you are using ModalPopupExtender.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
-
legend_of_zanado wrote:
set the trigger to the company dropdownlist selectedindexchanged ..
What type of trigger? PostbackTrigger? The page postback will reset the Updatepanel value, I believe since you are using ModalPopupExtender.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
its asyncpostback trigger ..