Tag: ASP
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.
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.
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.
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.



