|
Upgrading from ASP to ASP.NET
Home :: ASP.NET :: ASP to ASP.NET
ASP.NET is far less tolerant of sloppy code. If you’ve always declared option explicit
then you’ll have less re-coding. Variables can be typed – a good thing.
Everything’s assumed to be an object now so all field references must be manually
typed to values
This entails not only some auto-replace but also a lot of brute force line-by-line
coding
Replace
|
Null | The rest of this page is hidden, you must be a member to view itTo become a member and get immediate access to the course please join here Free!
Next >> Data Access
|