Web site Administration with ADSI and the .NET DirectoryServices Namespace is a web based tutorial in which author describes about utilizing the System.DirectoryServices namespace classes which can work along with IIS, LDAP etc. With the help of...
Viewing and editing file and directory attributes in ASP.NET is a web based tutorial in which author describes the procedure for utilizing this System.IO.FileAttributes classes for viewing and altering the content of the file or directory. In this...
Uploading Files with ASP.NET is a web based tutorial in which author demonstrates two method of uploading the files into the website. The author explains about uploading the file method and the procedure for processing the uploaded file data...
Uploading In ASP.NET is an ASP.NET tutorial in which author describes about the process of uploading the files from the client to the server through ASP.NET applications. In this tutorial author elaborates about HtmlInputFile control and its...
Tracking File Downloads is a web based tutorial in which author describes about the process of developing a programme to track the file downloads on the website.Using this one can build a programme to count the file downloads on the site. Here the...
Simple Text File Operations in C# is an easy to learn article through which programmers can gather information about generating the text files with the help of StreamReader and StreamWriter class. The author describes the procedure of creating the...
Replicating Content to Multiple Servers is an ASP.NET tutorial in which author describes the method of duplicating the uploaded files from the web and send the duplicated file to multiple specified location. The author explains the procedure for...
Reading Text Files in an ASP.NET Web Page is an ASP.NET tutorial in which author details about reading the text file content with the help of string variables in the web pages. In this tutorial programmers can learn about procedure to open the...
Quick .Net File Download Security is an article which specifically concentrates on constructing a secured file system web application brewed in ASP.NET. In this tutorial author offers procedure for storing the files in the database and in the...
In this article the author elaborately discusses about modifying web.config file. This tutorial describes that web.config file is an XML file which helps users to specify the details such as security details, connection settings, error details...
Manual File Downloads In ASP.NET - Introduction is an ASP.NET tutorial in which author describes about an application which allows downloading of transcripts as a text file. This application allows to display the transcripts only for a specified...
List subdirectories within a specified directory is an ASP.NET article in which author describes the method for displaying the list of sub directories which is hosted in the specified directory. Here is a sample programme for executing the above...
In a Class of its own - the .NET Zip Library is a web based tutorial in which users can gather information about compressing and uncompressing the zip archieves through .NET Zip Library in ASP.NET, which is one of the omitted class in .NET frame...
How to Manipulate Files in ASP.NET is a web based tutorial in which author elaborates the methods for reading, deleting and writing the content in a text file. The author explains the method System.IO namespace, through which file manipulation...
How to Read a text file in ASP .NET ? is an user friendly tutorial in which author describes the procedure for reading the text files. Through this tutorial users can learn about name space, which has to be included in the programme to read the...
Handling Custom File Downloads in ASP.NET With Server is an ASP.NET article in which author elaborates the procedure for downloading the files fromn the web server by creating download controls. Here the author offers source code and explains with...
Get the last time a directory was accessed is a web based tutorial in which author describes about the procedure for showing the time of lastly accessed directory. Here the author offers few codes for manipulating the above said process. This...
Find Files in C# is a web based tutorial in which author explains about the procedure for searching the files in the hard disk using .NET application, which is written in C#. Here the author uses System.IO namespace for retrieving the classes from...
File Upload with ASP.NET is a tutorial in which author details about the procedure to build a HTML form which helps in uploading a file. The author describes the procedure for uploading the files to the server, method of storing the uploaded file...
File Uploading in ASP.NET Using C# is a web based tutorial which deals with generating an application for file uploading in C#. The author describes about the methods of using the file control for both the single file uploading process and... |