While this works for a AsyncPostBackTrigger it does not completly solve my problem as I need to use a PostBackTrigger.
See the user control is a file upload control and you cant upload the file using the AsyncPostBack as it needs to be a PostBack which is why i need to get this to work for a postbacktrigger.
Any suggestions?