Click here to Skip to main content
15,904,416 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Guys, My requirement is one FileUpload control and one Textbox. when clicking the FileUpload control it opens a window and getting perticular files. Here we are getting the filename into FileUpload Control and Text of that file data putting into Textbox.

When clickon the open in Browser. filename should in FileUpload control. and text should be stored in TextBox



ASP.NET
<asp:FileUpload ID="FUBrowse" runat="server" Height="20px" Width="230px" />

<asp:TextBox ID="txtJobDescription" runat="server" Width="900px" Height="90px">


Please any one help me.
Posted
Updated 8-Nov-12 22:23pm
v3

 
Share this answer
 
http://forums.asp.net/t/1654851.aspx/1
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900