Hi there ! I have implemented fileupload but it didn't work. My page code and vb code is as follows;
<%@ Page Title="" Language="VB" MasterPageFile="~/Default_1.master" AutoEventWireup="false" CodeFile="SimpleUpload.aspx.vb" Inherits="HDI_SimpleUpload" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
#upde
{
font-size: small;
font-weight: 700;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MenuContentPlaceHolder1" Runat="Server">
<div id="main">
<asp:FileUpload ID="FileUpload1" runat="server" /><br />
<br />
<asp:Button ID="Button1" runat=" ...
Go to the complete details ...