Hi,
Please can you advise me how to change the ifram src file using fileupload filename ? Please below my code
<tr>
<td align="left" valign="top" width="20%">
Questions File
</td>
<td align="left" valign="top">
<asp:FileUpload ID="FileUpload1" runat="server" Width="100%" />
</td>
</tr>
<tr>
<td>
<asp:Button ID="Button1" runat="server" Text="Save"
OnClientClick="document.getElementById('iframe1').src= FileUpload1.filename/> //
// I want to change the src name with fileupload1 src and to view the file on iframe
</td>
<td align="left" valign="top">
<iframe id="iframe1" runa ...
Go to the complete details ...