Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Converting ASP to ASP.NET - ASP.NET tutorial


This article begins with an examination of a typical data-driven ASP application and then explains how to do a minimalistic port from ASP to ASP.NET and steps and tips on converting your application fully to ASP.NET. Topics covered: Running ASP and Microsoft ASP.NET on the same Web server, Examining a common ASP application, and Porting the ASP application to ASP.NET.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Running ASP.Net on Windows Server 2003
Running ASP.Net on Windows Server 2003
Read this tutorial if you're getting a 404 error while deploying an ASP.Net application on Windows Server 2003.
Category: ASP.NET tutorials - Difficulty:
Database Access Within an Assembly
Database Access Within an Assembly
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.
Category: ASP.NET tutorials - Difficulty:
Displaying XML to DataGrid
Displaying XML to DataGrid
In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML file putting same folder with our source code. .
Category: ASP.NET tutorials - Difficulty:
The ASP.NET Page Life Cycle
The ASP.NET Page Life Cycle
This article describes the life cycle of an ASP.NET page from initialization to unloading. Also shows the various methods to override ASP.NET server-side events. Source code available for download.
Category: ASP.NET tutorials - Difficulty:
Generating Random Number Using RND Function And Randomize Statement
Generating Random Number Using RND Function And Randomize Statement
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Category: ASP.NET tutorials - Difficulty: