Home

Submit

Source

Feeds

Home » ASP.NET » File Operations ::

ASP.NET File Operations
In this article we will learn how to upload one or more files from the client browser to the server hard disk using plain ASP.NET. We will not be creating or making use of any commercial or home-made components, instead we will learn to make use of standard ASP.NET HTML controls which are part of ASP.NET 1.0.
Related Tutorials
ASP.NET File Operations
File Uploading in ASP.NET Using C#.
ASP.NET / File Operations
This article guides you through the file uploading process. In classic ASP we would use the HTML file control for uploading files. In ASP.net we replace this with the ASP.NET HTML File control.The declaration of ASP.NET HTML file control is much like normal HTML file control except for the runat attribute set to server.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET File Operations
File Uploading in ASP.NET Using C#
ASP.NET / File Operations
File uploading has always been a tedious task for the web developer community. Either we have to use a third party component or write several lines of code. With the advent of ASP.NET file uploading has become a lot easier, importantly without the need for third party components. All we have to do is to use the ASP.NET HTML File control and write a few lines of C# code.

Site: stardeveloper.com Report - View Tutorial

ASP.NET File Operations
Using File Uploading Control
ASP.NET / File Operations
.NET comes with great features. Anymore your do not need any additional code libraries to upload files to your web server. Microsoft.NET includes itself a file upload wizard. Now we will examined and play with this tool. I've used Visual Web Developer 2008 and ASP.NET 3.5 to create this sample application.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET File Operations
File Uploading to Access Database using ASP.NET.
ASP.NET / File Operations
In this article we will learn how to upload one or more files from the client browser to a Microsoft Access database using plain ASP.NET. We will not be creating or making use of any commercial or home-made components, instead we will learn to make use of standard ASP.NET HTML controls which are part of ASP.NET 1.0. Uploading files to Microsoft Access is very useful and we'll learn in this article how to do that.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Getting Started
ASP.NET For Beginners
ASP.NET / Getting Started
What is ASP.NET? ASP.NET is "ASP" + ".NET". ASP.NET is the latest version of Microsoft's Active Server Pages technology (ASP).

Site: www.itechcollege.com Report - View Tutorial

ASP.NET Getting Started
Web Application Basics
ASP.NET / Getting Started
This tutorial covers the fundamentals of building a Web-based application. Unlike the development of most desktop applications, in which most of the parts are available locally (as components on the user's hard disk drive), developing a Web application requires getting software parts to work over a widely distributed network using a disconnected protocol. The technologies underlying ASP.NET have been around for a long time. Of course ASP.NET makes use of this technology underneath, while making it very approachable at the same time.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Getting Started
What is Active Server Pages.net?
ASP.NET / Getting Started
ASP has been rebuilt from the ground up. The result is ActiveServerPages.net. ASP.net, with a host of new features, provides for easier to write, cleaner code that's simple to reuse and share. ASP.net boosts performance and scalability by offering access to compiled languages.

Site: authors.aspalliance.com Report - View Tutorial

ASP.NET Getting Started
A Fast-Track Guide to ASP.NET
ASP.NET / Getting Started
Since then, mailing lists, newsgroups, and web sites have sprung up containing a mixture of code samples, applications, and articles of various forms. Even if you're not a programmer using existing ASP technology, it's a good bet that you've at least heard of .NET, even if you aren't quite sure what it involves. After all, there's so much information about .NET, that it's sometimes hard to filter out what you need from what's available. With new languages, new designers, and new ways of programming, you might wonder exactly what you need to write ASP.NET applications.

Site: www.devasp.net Report - View Tutorial

ASP.NET Configuration
Configurations
ASP.NET / Configuration
This tutorial introduces the method in which ASP.NET manages configuration information. It gives a taste of how ASP.NET configuration works. We'll see details about ASP.NET configuration in later tutorials. ASP.NET is a feature-rich system for developing and deploying Web sites. The features we'll see in more detail as we examine ASP.NET further include some the following: *session state *caching content to help optimize your Web site's responses *tracing requests *mapping specific file extensions to custom handlers *authenticating users.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Configuration
Setting up your ASP.NET server (IIS)
ASP.NET / Configuration
A guide that shows you how to install IIS server and configure it to work with ASP.NET, not just with ASP.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Getting Started
Your first ASP.NET Page.
ASP.NET / Getting Started
ASP.NET is an exceptionally remarkable technology for building web applications. We begin exploring ASP.NET pages with this first article. In this article we'll learn : * From where to download ASP.NET premium edition? * The installation process. * Developing your first ASP.NET page. * Running and testing your ASP.NET page.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Configuration
Create, Export & Encrypt Connection String on Server and Dev Machine with ASP.Net 2.0
ASP.NET / Configuration
This article covers some basic steps and commands to encrypt your connection string and other items in a configuration file using ASP.NET 2.0.

Site: www.hostlibrary.com Report - View Tutorial

ASP.NET XML Web Services
Integrating ASP.NET XML Web Services with Classic ASP Applications
ASP.NET / XML Web Services
This article examines how to can create a Web service in .NET and then utilize it from a classic ASP page on your Web server, thereby providing an API that can be utilized by both your ASP.NET Web pages and classic ASP pages.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP.NET General Development
The ASP.NET Page Life Cycle
ASP.NET / General Development
This article describes the life cycle of an ASP.NET page from initialization to unloading. Also shows the various methods to override ASP.NET server-side events. Source code available for download.

Site: www.15seconds.com Report - View Tutorial

ASP.NET File Operations
ASP.net Simple File Upload Function
ASP.NET / File Operations
How easy it is to upload a file to your server.

Site: www.blog.0tutor.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement