I've followed the various articles explaining why I need to do what I need to do to get the control in an UpdatePanel to be registered as a PostBackTrigger. In my situation, I have an ASPxRoundPanel hosting another ASPxRoundPanel hosting a ASPxPageControl.
Approaches I've tried based on other articles (please see attached document and files):
- Add PostBackTrigger registration code to the Page_Load event.
- Add PostBackTrigger registration to the UpdatePanel load event.
- Hard wire the Control.UniqueID in the .aspx page.
All approaches still give me the same result.
I'm hoping you'll be able to tell me why in my situation with the 3 nested INamingContainer interfaces does the UpdatePanel refuse to see my control. I'm having to do this due to the fact that I require a FileUpload control which as you know isn't directly compatible in an UpdatePanel.
I appreciate any guidance.
please check WebForm2.aspx to find-out the error.
Hello Adnan,
I have created the PostBackTrigger - A control with ID 'xxx' could not be found for the trigger in UpdatePanel 'yyy'. ticket on your behalf to discuss this issue.