Check Prices
Download
Discuss
Table of Contents
Chapter 3
Migrating From ASP to ASP.NET
by
Steven Smith
(
Web Site
)
Examples
Reference
Demo
Source
Description
3.1
HelloVB.asp
HelloVB.asp
Hello World using Classic ASP.
3.2
HelloVB.aspx
HelloVB.aspx
Hello World using VB.NET and ASP.NET.
3.3
HelloCS.aspx
HelloCS.aspx
Hello World using C# and ASP.NET.
3.4
readrequest.asp
readrequest.asp
Reading from the Request object using Classic ASP.
3.5
readrequestVB.aspx
readrequestVB.aspx
Reading from a Web Form using ASP.NET (VB).
3.6
readrequestCS.aspx
readrequestCS.aspx
Reading from a Web Form using ASP.NET (C#).
3.7, 3.8
readvalidrequest.asp
readvalidrequest.asp
Performing form validation in Classic ASP with JavaScript.
3.9
readvalidrequestVB.aspx
readvalidrequestVB.aspx
Performing form validation in ASP.NET.
3.10
secret.asp
secret.asp
An ASP page protected by a login screen.
3.11
login_simple.asp
login_simple.asp
The login form (include file) protecting secret.asp.
3.12
SPAuthenticate.sql
The authentication stored procedure.
3.13
secret.aspx
secret.aspx
An ASP.NET page protected by a login screen.
3.13
login.ascx
login.ascx
An ASP.NET login screen using a user control. Note that this is not the ideal way to implement a login in ASP.NET, and is just shown as a proof of concept.
3.14
countries.asp
countries.asp
An ASP page dumping the contents of a simple table.
3.15
countriesVB.aspx
countriesVB.aspx
An ASP.NET page dumping the contents of a simple table (VB).
3.16
countriesCS.aspx
countriesCS.aspx
An ASP.NET page dumping the contents of a simple table (C#).
Reference
script.js
JavaScript library used by Classic ASP pages for client-side validation.
Reference
SPAuthenticate.sql
SQL to create the authenication stored procedure used in this chapter.
About Que
|
Privacy
|
Legal Disclaimer
|
Contact Steve