Hi, This can be any one of the reasons. (1). Given Session time might be expired. (2). Time out because of slower response time (3). Session got destroyed in any part of your code. Check these. Regards, Manowj
hi lucjon, i tried that code. still i'm getting the same problem.. there occurs some size variation when i'm trying to download file using all these methods..
There is a system provided utility makecab.exe (present in c:\windows\system32 folder) which you can invoke with relevant parameters to generate the cab file from your C# application. You can start the process using System.Diagnostic.Process object and use Start method to start the process for using in your code. Let me know if you need any more help in this regard.
Hi The actual problem was with the url i supplied.The problem occured when i tried to upload bulk product details from a file to the application's database.The url contained blank spaces, i think. now i gave code for trimming and removing some extra parameters from the url in my application. Now it works smoothly..Thanks for the efforts you made.. Regards Nicejith