QUE Publishing

ASP.NET By Example, By Steven Smith

Check Prices
Download
Discuss






Table of Contents
Chapter 3
Migrating From ASP to ASP.NET
by Steven Smith ( Web Site )

Examples
ReferenceDemoSourceDescription
3.1HelloVB.aspHelloVB.aspHello World using Classic ASP.
3.2HelloVB.aspxHelloVB.aspxHello World using VB.NET and ASP.NET.
3.3HelloCS.aspxHelloCS.aspxHello World using C# and ASP.NET.
3.4readrequest.aspreadrequest.aspReading from the Request object using Classic ASP.
3.5readrequestVB.aspxreadrequestVB.aspxReading from a Web Form using ASP.NET (VB).
3.6readrequestCS.aspxreadrequestCS.aspxReading from a Web Form using ASP.NET (C#).
3.7, 3.8readvalidrequest.aspreadvalidrequest.aspPerforming form validation in Classic ASP with JavaScript.
3.9readvalidrequestVB.aspxreadvalidrequestVB.aspxPerforming form validation in ASP.NET.
3.10secret.aspsecret.aspAn ASP page protected by a login screen.
3.11login_simple.asplogin_simple.aspThe login form (include file) protecting secret.asp.
3.12SPAuthenticate.sqlThe authentication stored procedure.
3.13secret.aspxsecret.aspxAn ASP.NET page protected by a login screen.
3.13login.ascxlogin.ascxAn 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.14countries.aspcountries.aspAn ASP page dumping the contents of a simple table.
3.15countriesVB.aspxcountriesVB.aspxAn ASP.NET page dumping the contents of a simple table (VB).
3.16countriesCS.aspxcountriesCS.aspxAn ASP.NET page dumping the contents of a simple table (C#).
Referencescript.jsJavaScript library used by Classic ASP pages for client-side validation.
ReferenceSPAuthenticate.sqlSQL to create the authenication stored procedure used in this chapter.
Copyright 2001
About Que | Privacy | Legal Disclaimer | Contact Steve