Pretty sure I did this before but forgot how... but I have a button inside an update panel that I need to trigger a full page postback... anyone?
Pretty sure I did this before but forgot how... but I have a button inside an update panel that I need to trigger a full page postback... anyone?
Code:<Triggers>
<asp:PostBackTrigger ControlID="btnFileUpload"/>
</Triggers>