I have a FileUpload Control and a image control on asp.net page as follows :
<tr>
<td> </td>
<td align="left">
<asp:Image ID="profileimage" runat="server" ImageUrl="~/Images /images2.jpg"
Width="150px" Height="150px" />
</td>
<td> </td>
<td colspan="2" align="left">
<asp:FileUpload ID="Fu" runat="server" Width="550px" />
</td>
</tr>
Now how to get access of the filepath uploaded in the fileupload control using code behind and store it in database