how to get file on asp.net form so that user can download it?
suppose i have created one excel file and i want to upload it on form so that user can download it, fill the details when they are offline.
how to get file on asp.net form so that user can download it? suppose
Share
You can use
Otherwise if it’s a specific file you can use a normal
<a href="">Download Me</a>and point it to the files location.