This tutorials shows how we can verify if a file exists or not before executing code relating to said file. VB version. |
This tutorials shows how we can verify if a file exists or not before executing code relating to said file. C# version. |
This tutorial will show how we can upload files to a web server and also use a GridView control to delete files as well. VB version. |
This tutorial will show how we can upload files to a web server and also use a GridView control to delete files as well. C# version. |
This tutorial will show how we use the FileUpload Control to upload a file to the website, whilst simultaneously creating a thumbnail of the image, and saving that too. C# version. |
This tutorial will show how to implement the FileUpload control so that files can be uploaded to a website. VB version. |
This tutorial will show how to implement the FileUpload control so that files can be uploaded to a website. C# version. |
In tutorial, we need "AddHeader" and "ContentType" to do the work.The AddHeader method adds a new HTML header and value to the response sent to the client. It does not replace an existing header of the same name. After a header has been added, it cannot be removed. The ContentType property specifies the HTTP content type for the response. If no ContentType is specified, the default is text/HTML. |
In tutorial, we need "AddHeader" and "ContentType" to do the work.The AddHeader method adds a new HTML header and value to the response sent to the client. It does not replace an existing header of the same name. After a header has been added, it cannot be removed. The ContentType property specifies the HTTP content type for the response. If no ContentType is specified, the default is text/HTML. |
Read and write to file using ASP.NET (VB) |
Read and write to file using ASP.NET (C#) |
This tutorial will show you how to export GridView to txt using ASP.NET 2.0 and VB. |
This tutorial will show you how to export GridView to txt using ASP.NET 2.0 and C#. |
This tutorial will show you how to display file properties , such as view create date, last access date, last modify date and file size, using ASP.NET 2.0 and VB.NET. |
This tutorial will show you how to delete all files under a folder. |
To write GridData to Excel File is very simple. This tutorial will show you how to write GridData to an Excel file using ASP.NET 2.0 and VB.NET. |
To write GridData to Excel File is very simple. This tutorial will show you how to write GridData to an Excel file using ASP.NET 2.0 and C#. |
This tutorial will show you how to create, delete, move and set attribute to your specified directory and file using System.IO. You will see a sample we created in ASP.NET 2.0 and VB.NET. |
This tutorial will show you how to create, delete, move and set attribute to your specified directory and file using System.IO. You will see a sample we created in ASP.NET 2.0 and C#. |
This tutorial will show you how to rename a file on the disk using ASP.NET 2.0 and C#.NET |
This tutorial will show you how to rename a file on the disk using ASP.NET 2.0 and VB.NET |
This tutorial will show you how to delete a file on the disk using ASP.NET 2.0 and C#.NET |
This tutorial will show you how to delete a file on the disk using ASP.NET 2.0 and VB.NET |
This tutorial will show you how to delete a directory on the disk using ASP.NET 2.0 and C#.NET |
This tutorial will show you how to delete a directory on the disk using ASP.NET 2.0 and VB.NET |
This tutorial will show you how to create a directory on the disk using ASP.NET 2.0 and VB.NET |
This tutorial will show you how to create a directory on the disk using ASP.NET 2.0 and C#.NET |
This tutorial will show you how to write to a file on the disk using ASP.NET 2.0 and VB.NET |
This tutorial will show you how to write to a file on the disk using ASP.NET 2.0 and C#.NET |