ADVANCED

The Advanced section will help us roll-up the constituent parts of a data driven web page. You'll be able to Connect, Retrieve, and Display data from a data source.

There are many different techniques to get information from databases, xml documents and web services. We needed an entire section to post code addressing the different ways to handle the data, logic and presentation layers. Please search and select from the tutorials below to help you build something powerful.

Navigator: Home - Advanced

DB Tutorials Category - Advanced
Using the ListView Control to Add Data in ASP.NET 3.5
This tutorial will show you how to use the ListView control to insert new records to a SQL database.
LINQ Deleting from Database using ASP.NET 3.5 and VB
This tutorial shows how we can use LINQ to bypass SQL statements to delete data from our SQL Database. VB version.
LINQ Deleting from Database using ASP.NET 3.5 and C#
This tutorial shows how we can use LINQ to bypass SQL statements to delete data from our SQL Database. C# version.
Creating LINQ to SQL Entities in C# and ASP.NET 3.5
This tutorial will show you how to create LINQ to SQL Entities by hand, instead of using the Object Relational Designer in Visual Studio. C# version.
Using Stored Procedures to Add to Database in VB
This tutorial will show us how we can use Stored Procedures instead of explicit SQL Statements to add data to our database. VB version.
Using Stored Procedures to Add to Database in C#
This tutorial will show us how we can use Stored Procedures instead of explicit SQL Statements to add data to our database. C# version.
Using LINQ to Update SQL Database in ASP.NET 3.5
This tutorial will show how we can use LINQ to update records in a database, using a GridView Control. This examples was written in Visual Studio .NET 2008
Add to Database using LINQ and AJAX in ASP.NET 3.5 VB
This tutorial will show how we can use Microsoft's new technology, LINQ, to easily add data to a database and how we can use AJAX to update the database in a more seamless way. This example was created in Visual Studio .NET 2008 and VB.NET
Add to Database using LINQ and AJAX in ASP.NET 3.5 C#
This tutorial will show how we can use Microsoft's new technology, LINQ, to easily add data to a database and how we can use AJAX to update the database in a more seamless way. This example was created in Visual Studio .NET 2008 and C#
Exporting a DataGrid to Excel in ASP.NET and VB
This tutorial will show how we can export the data displayed in a DataGrid into an Excel worksheet at the touch of a button. VB version.
Exporting a DataGrid to Excel in ASP.NET and C#
This tutorial will show how we can export the data displayed in a DataGrid into an Excel worksheet at the touch of a button. C# version.
Implementing a Pager with the Repeater Control in VB
This tutorial will show how we can add a pager to a repeater control, and use a querystring value to move between the pages. This method is much more SEO-friendly than using postback, like the built-in GridView pager. VB version.
Implementing a Pager with the Repeater Control in C#
This tutorial will show how we can add a pager to a repeater control, and use a querystring value to move between the pages. This method is much more SEO-friendly than using postback, like the built-in GridView pager. C# version.
Introduction to the GridView Control in Visual Studio
This tutorial introduces you to ASP.NET's GridView control, showing how easy it is now to display data from a database.
Using Nested Repeaters to Display Hierarchical Data C#
This tutorial will show how we can create a relational hierarchical structure using nested repeaters. This is useful for such an implementation as a structured menu system with different levels (categories and sub-categories). C# version.
Using Nested Repeaters to Display Hierarchical Data VB
This tutorial will show how we can create a relational hierarchical structure using nested repeaters. This is useful for such an implementation as a structured menu system with different levels (categories and sub-categories). VB version.
Add/Edit/Delete Access DB, using ADO.NET + DataGrid VB
Learn how to display data from an Access Database using ADO.NET and a DataGrid, and also learn how we can use the DataGrid to add new data and edit & delete existing data. VB version.
Add/Edit/Delete Access DB, using ADO.NET + DataGrid C#
Learn how to display data from an Access Database using ADO.NET and a DataGrid, and also learn how we can use the DataGrid to add new data and edit & delete existing data. C# version.
Populate DropDown List from Database in ASP.NET & VB
This tutorial shows how we can dynamically populate a dropdown menu from data pulled from a database. VB version.
Populate DropDown List from Database in ASP.NET & C#
This tutorial shows how we can dynamically populate a dropdown menu from data pulled from a database. C# version.
Uploading Files to SQL Database in ASP.NET and VB
This tutorial will show how we can upload files to a SQL database using ASP.NET and VB.
Uploading Files to SQL Database in ASP.NET and C#
This tutorial will show how we can upload files to a SQL database using ASP.NET and C#.
Hash table using ASP.NET 2.0 and VB
This example illustrates how to create and use a hash table. Each element of hash table is a key/value pair stored in a DictionaryEntry object. A key cannot be a null reference (Nothing in Visual Basic), but a value can be.
Hash table using ASP.NET 2.0 and C#
This example illustrates how to create and use a hash table. Each element of hash table is a key/value pair stored in a DictionaryEntry object. A key cannot be a null reference (Nothing in Visual Basic), but a value can be.
Making SQL transaction in DB using ASP.NET 2.0 and VB
In this tutorial, we will show you how to make a Transact-SQL transaction in a SQL Server database. We will use ASP.NET 2.0 and VB.NET in the sample.
Making SQL transaction in DB using ASP.NET 2.0 and C#
In this tutorial, we will show you how to make a Transact-SQL transaction in a SQL Server database. We will use ASP.NET 2.0 and C# in the sample.
Save image to database in ASP.NET 2.0(VB)
This tutorial will show you how to save image to a SQL database using ASP.NET and VB.NET.
Save image to database in ASP.NET 2.0(C#)
This tutorial will show you how to save image to a SQL database using ASP.NET and C#.
How to display data using the .NET GridView Control C#
This tutorial will show you how to display data using the .NET GridView Control, stored procedures, ASP.NET 2.0 and C#.NET
How to display data using the .NET GridView Control VB
This tutorial will show you how to display data using the .NET GridView Control, stored procedures, ASP.NET 2.0 and VB.NET
411asp.net123aspxDotNetFreaksServer Intellect