We have ASP.NET application, which is having a feature of downloading the data in TXT format with button click.
This data is being sent by a WCF Service to the front end.
Now the problem is , if we click the button next time the data is downloaded properly.
Can you guys please tell me which things i need to check and where to start?
Thanks in advance.