I am using FileUpload and FileDownload control, I want to track the attachments uploaded/deleted..I am using onchange event of FileUpload control to check if its value is being changed, if yes then I am storing some values like who changed and at what time.
Now I want to track the same info when the file is deleted from FileDownload control, can anyone please let me know how to acvhieve that. Thanks