lalit_agr84 0 Newbie Poster

I am newbie in ASP.net application. Right now I am developing a ASP.net application (3.5 framework) but getting an issue.

My application is about to download a file using asp.net 3.5 . So I am using Response.WriteFile() (along with other validation) and it is working fine.

But the issue I am facing is , after the download complete (i.e. Response Sent to the client), I want to raise an event to validate whether the download complete successfully. I tried with HttpApplication.EndRequest event and also with Application_OnEndRequest. Found both are triggered before response sent.

Please let me know, if is there any event that fired after response sent to the client?

would appriciate any other work around also

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.