I have a FileLoad control (see aspx code below). In the code behind, on 'btnSubmit_Click' event I am trying to get the FileName to excute the save to server. The 'fu1.FileName' is always blank. Am I missing anything here? Ideas anyone?
----------------------------------- Code Start -----------------------------------------------------------------------
<asp:Content ID="Content1" ContentPlaceHolderID="MainMaster" Runat="Server">
.
.
.
<tr>
<td>Upload Attachment:</td>
<td><asp:FileUpload ID="fu1" runat="server" Width="200px" /></td>
</tr>
Go to the complete details ...