Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Full page Postback trigger for WARP
posted

Hello,

I'm trying to do some file uploads inside an asp:update panel.  I added a postback trigger for my submit button, but the submit button is nested pretty far inside the update panel and I'm getting the error:

InvalidOperationException: A control with ID ' btnFileUpload' could not be found for the trigger in UpdatePanel 'UpdatePanel1'.]

Even though btnFileUpload is in the UpdatePanel.

I was thinking about using a WARP for this, since we also have infragistics 8.2 and I've already used the WebDialogWindow and like that.

Is there a way to assign a control inside a WARP to do a full page postback?  Also will it work if the control is nested inside the WARP, not on the top layer?

Thanks,

Eric