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 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.
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
File Uploading to Server Hard Disk 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 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.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET .NET and Databases
Connect to Access Database in Visual Studio .NET
ASP.NET / .NET and Databases
This tutorial uses DataReaders to read the data from a Microsoft Access Database in Visual Studio .Net 2003. ASP.NET web application is used in this tutorial so at the end you will have a web page that derives its data from an Access database.

Site: www.geekpedia.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 .NET and Databases
Navision Database access via C/ODBC WebService/ASP.NET Application
ASP.NET / .NET and Databases
The topic of this article is Navision Attain database access through Webservice, connected to Navision via C/ODBC based Linked Server – the mechanism available in MS SQL Server 2000 and transfer the results to ASP.NET application. Our goal will be ASPX page accessing Navision Customers.

Site: www.chauy.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 .NET and Databases
Connecting to a SQL database from ASP .NET II
ASP.NET / .NET and Databases
This is part II of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to connect to the database using ASP .NET code and Visual Studio .NET's features.

Site: www.geekpedia.com 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 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 .NET and Databases
Viewing/Adding/Editing/Removing Records from MySQL using ASP.NET DataGrid control
ASP.NET / .NET and Databases
In this tutorial we'll learn how to display, insert, edit and delete records from MySQL database using the same ASP.NET DataGrid control on a single ASP.NET page. We'll also learn how to validate user input using ASP.NET Validation controls.

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 .NET and Databases
Connecting to a SQL database from ASP .NET I
ASP.NET / .NET and Databases
This is part I of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to set up MSDE for Mixed Mode and how to use Web Data Administrator to create databases and users.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Migrating to ASP.NET
A Practical Comparison of ADO and ADO.NET
ASP.NET / Migrating to ASP.NET
Since "classic" ASP's humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article looks at the differences (in terms of classes, methods, and calling conventions) that exist between ADO and ADO.NET. It provides several practical examples that show us how to evolve from using ADO with ASP to using ADO.NET with C# and ASP.NET.

Site: www.devarticles.com Report - View Tutorial

ASP.NET .NET and Databases
Accessing MySQL Database with ASP.NET
ASP.NET / .NET and Databases
In this step by step tutorial we will learn how to obtain, install, configure and run MySQL database on Windows. We will then move on to create a table in MySQL database, populate this table with some records and then display those records in the browser using an ASP.NET page.

Site: www.stardeveloper.com Report - View Tutorial

 
Site Search

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