Session expire when delete folder.
-
Hey friends. I have a problem to perform delete operation on folder. Whenever I delete folder using code, session is expired. Here is my code.
DirectoryInfo dInfo = new DirectoryInfo(Server.MapPath("../Product/" + ProductId));
dInfo.Delete(true);Can anyone help me out? Thanks Imrankhan
please don't forget to vote on the post that helped you.
-
Hey friends. I have a problem to perform delete operation on folder. Whenever I delete folder using code, session is expired. Here is my code.
DirectoryInfo dInfo = new DirectoryInfo(Server.MapPath("../Product/" + ProductId));
dInfo.Delete(true);Can anyone help me out? Thanks Imrankhan
please don't forget to vote on the post that helped you.
Imran Check the following thread http://forums.asp.net/t/1182534.aspx[^] It may help you
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog