Author: tugberk_ugurlu_ | Posted on: 12/21/2009 5:00:53 PM | Views : 869

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 ...