An extender can't be in a different UpdatePanel than the control it extends
-
hi, I used UpdatePanel in one page.there is some controls in this UpdatePanel. then I added ModalPopupExtender to page and set it's properties and then run the page. I faced with this Error : "An extender can't be in a different UpdatePanel than the control it extends" Please Help Me. Thank you.
-
hi, I used UpdatePanel in one page.there is some controls in this UpdatePanel. then I added ModalPopupExtender to page and set it's properties and then run the page. I faced with this Error : "An extender can't be in a different UpdatePanel than the control it extends" Please Help Me. Thank you.
Its pretty self explanatory - you've put an extender control on your page that extends a control within a different updatepanel. This is a restriction of the extender framework (unfortunately, I've come across troubles with it before), an extender MUST be inside the same updatepanel as the control it 'extends'.
-
Its pretty self explanatory - you've put an extender control on your page that extends a control within a different updatepanel. This is a restriction of the extender framework (unfortunately, I've come across troubles with it before), an extender MUST be inside the same updatepanel as the control it 'extends'.
-
Its pretty self explanatory - you've put an extender control on your page that extends a control within a different updatepanel. This is a restriction of the extender framework (unfortunately, I've come across troubles with it before), an extender MUST be inside the same updatepanel as the control it 'extends'.
Thanks Parees Solutions
-
Its pretty self explanatory - you've put an extender control on your page that extends a control within a different updatepanel. This is a restriction of the extender framework (unfortunately, I've come across troubles with it before), an extender MUST be inside the same updatepanel as the control it 'extends'.
Thank You Very good Answer Its working for me..