Posted on: 10/17/2014 5:45:36 AM | Views : 329

Hi,

I have uploaded a .Doc file (word document) in the particular folder (Accommodation).
Now I want to see the uploaded file. I can download the specific file. But I cannot find the file saved in the folder.

Pl help on this.
ASPX
<asp:Label ID="lblFilename" runat="server" Text="File Name : " CssClass="lablefont"></asp:Label> <asp:Label ID="lblAttFileName" runat="server" CssClass="lablefont"></asp:Label>
 <asp:Button ID="btnDownload" runat="server" Text="Download File" OnClick="btnDownload_Click"/>

C#

protected void btnDownload_Click(object sender ...

Go to the complete details ...