Home

Submit

Source

Feeds

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

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.
Related Tutorials
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 Dynamic Images
How to Save an Image in a SQL Server Database
ASP.NET / Dynamic Images
Most of the web applications have a lot of images used in it. These images are usually stored in a web server folder and they are accessed by giving the relative path to the file with respect to the root folder of the website. .Net being the platform for distributed application now, ASP.Net can be used to store images that are small to be stored in a database like SQL Server 2000 and later versions. For this purpose the SQL Server database provides a data type called "image" which is used to store images in the database.

Site: www.codebeach.com Report - View Tutorial

ASP.NET Functions
How to use SCOPE_IDENTITY() in ASP.NET
ASP.NET / Functions
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
2 Ways of Displaying Data from an SQL Server Database using ADO.NET.
ASP.NET / .NET and Databases
In this tutorial we will learn what are the two common ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page.

Site: stardeveloper.com Report - View Tutorial

ASP.NET General Development
Create an RSS feed using ASP.NET 2.0
ASP.NET / General Development
This tutorial will show you how to create a dynamic XML RSS 2.0 feed using ASP.NET 2.0 (C#). The headlines will be retrieved from a SQL 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 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
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
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

ASP.NET Getting Started
ASP.NET: An Introduction
ASP.NET / Getting Started
ASP.NET is not just the next version of ASP: it's the next era of web development. ASP.NET allows us to use a fully featured programming language (such as C# or VB.NET) to build web applications easily. In this article, John talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.ASP.NET allows you to use a full featured programming language such as C# (pronounced C-Sharp) or VB.NET to build web applications easily.

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

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

 
Site Search

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