Home

Submit

Source

Feeds
Tutorials » ASP.NET » .NET and Databases

ASP.NET .NET and Databases Tutorials

Learn how to connect to databases, and where to store connection details, how to use all of the data source controls, and how to use the data display controls, for both displaying and editing data. You’ll see how to use three different data sources, so you have a choice when it comes to working on your own Web sites. MySQL has an ODBC interface. A Microsoft Access database (MDB) file has an OLE DB interface. SQL Server has both ODBC and OLE DB interfaces, as well as its own optimized set of access methods.

ASP.NET .NET and Databases
Beginning Ajax and ASP.NET 3.5
ASP.NET / .NET and Databases
Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visyal Web Developer 2008 comes with builtin Atlas and ASP.NET3.5 . In this tutorial, I try to show you what's ajax and database querying at same time.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
A timesaver control: GridView
ASP.NET / .NET and Databases
ASP.NET 2 has got several new foucs on development. Probably gridView will be your best friend of you. The GridView control automates many of the features of the DataGrid control. You have a full control on viewing, sorting, paging and editing. This sample is only a beginner guide but I hope that you will discover many features of gridView.

Site: www.dotnetindex.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
Executing Transact-SQL UPDATE statement using SQLCommand
ASP.NET / .NET and Databases
Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL UPDATE statement to show all rows from database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Executing Transact-SQL DELETE statement using SQLCommand
ASP.NET / .NET and Databases
Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL DELETE statement to show all rows from database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Executing Transact-SQL INSERT statement using SQLCommand
ASP.NET / .NET and Databases
Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL INSERT statement to show all rows from database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Executing Transact-SQL SELECT statement using SQLCommand
ASP.NET / .NET and Databases
Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL SELECT statement to show all rows from database.

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

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
Encrypt Passwords in the Database
ASP.NET / .NET and Databases
This code will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users' database ready.

Site: www.bytemycode.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 .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 .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 .NET and Databases
Creating and using stored procedures
ASP.NET / .NET and Databases
The tutorial shows you how to create stored procedures, after which you'll see how to use stored procedures in an ASP .NET web application.

Site: www.geekpedia.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

 
Site Search

 
ASP.NET »
 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement