Hello All,
I Have a RadButton and on click event, I am generating PDF File. Response.BinaryWrite is used so that user can save the file to desk.
The user shouldn't be clicking the button twice for which I have enabled the option SingleClick to True. The issue is that I have to Enable back the button once the user has completed the download of the file.
Need help with this.
Regards,
JP