Click here to Skip to main content
15,894,343 members

Comments by camixx (Top 1 by date)

camixx 10-Jun-14 10:54am View    
The ControlID you're setting is incorrect according to the code above. You need to do:

<Triggers>
<asp:PostBackTrigger ControlID="Download">
</Triggers>