Tuesday, July 7, 2020

How to change choose file in file upload asp.net

      <label for="ContentPlaceHolder1_FileUpload1" class="btn btn-info">Change photo</label>

                            <asp:FileUpload ID="FileUpload1" style="visibility:hidden;" runat="server"  />
                       

Featured Post

What is JavaScript? What is the role of JavaScript engine?

  The JavaScript is a Programming language that is used for converting static web pages to interactive and dynamic web pages. A JavaScript e...