Asp.net Code For Browse Button - Asp.net

How to create browse option in Asp.net?

Snippet Code


  
Rate this page :
  [ 0 votes]

The browse button allows the user to browse and select the required files for uploading. Browse button makes the user to upload file easily through file uploader control. The small code line given below is used to create a file control.

<asp:FileUpload ID="FileUpload1" name="FileUpload1" runat="server" />

Tags


Ask Questions

Ask Question