how hyperlink connected excel file save in Project in Asp.net..Pls help me
-
Iam making a project in asp.net.In this project when you click in hyper link then Excel file is Opend now i want to save this excel file in my project but iam helpless pls suggest me how it will save without any location .when it is open it shows Read-Only.. i stuck this Problem..help me plsssss
-
Iam making a project in asp.net.In this project when you click in hyper link then Excel file is Opend now i want to save this excel file in my project but iam helpless pls suggest me how it will save without any location .when it is open it shows Read-Only.. i stuck this Problem..help me plsssss
Mohit3 wrote:
now i want to save this excel file in my project but iam helpless pls suggest me how it will save without any location
I didn't get what you exactly want to say.When an excel file is opened, then you can save it at your disk.You can not modify and save the same file.You have to go for saveas option. Actually whenever you click on the link a file is downloaded at client's system in a temporary folder.and you can not modify that file.Its read only.
Cheers!! Brij
-
Iam making a project in asp.net.In this project when you click in hyper link then Excel file is Opend now i want to save this excel file in my project but iam helpless pls suggest me how it will save without any location .when it is open it shows Read-Only.. i stuck this Problem..help me plsssss
Hi, Actually, I do not understand your requirement clearly. However, if you want to save the file without any location, you should get the file when the page is opened. Or IF you just want to get the file to your project and want to do some changes, why not get the whole project and check out the file??