Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, October 13, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Studio 2005 > Visual Basic 2005 > File Management
Search:
What's New - What's Hot


Upload Any File Type through a Visual Basic 2005 Web Service        
Total Hits: 27  |  Today: 0 Author: salysle       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article shall describe an approach that may be used to upload any sort of a file through a Web service from a Windows Forms application. The approach demonstrated does not rely on the ASP.NET file uploader control and allows the developer the opportunity to upload files programmatically and without user intervention. Such an approach may be useful for doing something like processing out the contents of a local message queue when Internet service is available (if the user base were mobile an...

How to get file creation date and other useful information using VB.NET in .NET 2.0        
Total Hits: 5431  |  Today: 0 Author: Aadil       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I’ll show you how to get the information relating the creation date time of files in a folder and other related information.You can get various details about the files present on the file system by using the new capabilities added in the FileInfo class. First of all the Arrtibutes property of this class is there so you can use that to find the various attributes of the specific file. There is a property named CreateTime that represents the creation time of the file. This is a rea...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net