Home

Submit

Source

Feeds

Home » ASP.NET » .NET and Databases ::

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.
Related Tutorials
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 General Development
Using ASP.NET Code-Behind Without Visual Studio.NET
ASP.NET / General Development
One of the things that keeps coming up as a benefit of switching to ASP.NET is the ability to use code-behind to separate display code from application logic. In Visual Studio.NET, this is 'automagically' done for you. So what if you don't have VS.NET? Here's how you can implement code-behind using just a plain old text editor and the tools included in the .NET Framework... no VS.NET required!" Source codes available for download.

Site: www.asp101.com Report - View Tutorial

ASP.NET .NET and Databases
Connect to MySQL from ASP.NET
ASP.NET / .NET and Databases
In this article I'll explain the necessary steps to connect to MySQL from ASP.NET. We will connect to our MySQL database using ODBC .NET data provider and DSN-less connection.

Site: www.aspdev.org 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
Introduction to Microsoft's .NET Platform
ASP.NET / Getting Started
This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.

Site: www.asp101.com Report - View Tutorial

ASP.NET General Development
Introduction to ASP.NET Mobile
ASP.NET / General Development
This article will give you an idea of how to develop mobile web applications using ASP.NET and the Microsoft Visual Studio .NET environment. It will describe some of the most important mobile specific controls but won't go deep into the subject.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET .NET and Databases
asp.net Simple Connect To Database
ASP.NET / .NET and Databases
Simple it is to connect to a database.

Site: www.blog.0tutor.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 .NET and Databases
Database Access Within an Assembly
ASP.NET / .NET and Databases
We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source code I have used SQL Server.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Database Access Within an Assembly
ASP.NET / .NET and Databases
We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source code I have used SQL Server.

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
The Evolution Of Microsoft: .NET Explained
ASP.NET / Getting Started
Sure, you've heard about .NET... maybe you're a Visual Basic programmer for a small company, maybe you write SQL stored procedures for a huge company, or maybe you're just a Microsoft developer wanting to keep on the cutting edge of technology. In this article, James will explain exactly what .NET is, how it works, how we (as developers) can benefit from it, its many new features, and other .NET related information.This article is specifically targeted at those who are already competent with one or more of Microsoft's web/application languages such as ASP, Visual Basic and C++.

Site: www.devarticles.com Report - View Tutorial

ASP.NET General Development
Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET : Page Framework
ASP.NET / General Development
Sample chapter from "Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET" on ASP.NET controls, code-behind, Page object, web controls, HTML controls and Page object reference.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET .NET and Databases
Counting Records In ASP.NET
ASP.NET / .NET and Databases
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Counting Records In ASP.NET
ASP.NET / .NET and Databases
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.

Site: www.dotnetindex.com Report - View Tutorial

 
Site Search

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