Hi,
I need some help here, I know I am missing something, but am not so sure what it is,
Basically, what I am trying to do is, there is a textbox with the servername and the folder ( assuming this is the url to the Shared folder , currently I am testing with a folder on my machine ).
The aspx code --
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<br />
<asp:TextBox ID="FolderNameField" runat="server" Text="C:\UploadedUserFiles2"
Widt ...
Go to the complete details ...