I have a asp.net checkboxlist inside update panel in a modal popup and I have to refresh it on click of a button which is outside the modal popup.
I am getting following Error:
A control with ID ‘btnAddFav’ could not be found for the trigger in UpdatePanel ‘UpdatePanel6’.
please help me with this..
I cant resolve the issue.
I have a asp.net checkboxlist inside update panel in a modal popup and I
Share
Please post the code used.
You may cross check if the HTML of the model window is well formatted(all proper tags closed/contained).