Archive for the 'ASP' Category

ASP vs ASP.NET: Multi-Section Forms

Forms are a very useful fixture on the web these days. Even more useful are multi-page forms, where a large form is broken down into several sections, each collecting a set of related information. There are numerous ways to do this with ASP and ASP.NET; I’m going to show you how I do it.

April 29 2007

ASP, ASP.NET

No Comments

Read More

ASP vs ASP.NET: Forms

Yet another installment in the ASP vs ASP.NET series. This article illustrates the differences between ASP and ASP.NET in how to build and handle web forms.

August 3 2006

ASP, ASP.NET

No Comments

Read More

ASP vs ASP.NET: XML

Another way in which ASP differs from ASP.NET is in how they work with XML strings and documents. This article will illustrate these differences, and show how to read and write XML using both platforms.

March 8 2006

ASP, ASP.NET

No Comments

Read More

ASP vs ASP.NET: Databases

This post describes how to handle the transition from ASP to ASP.NET with regard to handling databases. It outlines what is different between the two, and includes some code snippets to illustrate these differences.

January 16 2006

ASP, ASP.NET

No Comments

Read More