KM said:
Jim,
Does your book go over using asp.net with FP 2003?
If you mean Microsoft Office FrontPage 2003 Inside Out, that book is
about
FrontPage and doesn't teach you how to program in ASP.NET. However, it
does explain:
o How the FrontPage editor deals with ASP.NET tags.
o How to use FrontPage components, such as the Database Results
Wizard,
that can create ASP.NET code (Chapter 36).
o How to create and modify .NET portal sites running on Windows
SharePoint
Services (Chapters 37 and 38).
o How to use FrontPage and Visual Studio .NET together (Chapter 43).
If you just want to get started in ASP.NET programming, I recommend,
"Web Database Development .NET Edition," by, uh, me. But that book is
strictly
about ASP.NET programming, with no specific ties to either FrontPage
or
Visual Studio.
There's much more to ASP.NET than just the tags, you know. The tags
create objects that you can manipulate on the Web server, before the
HTML gets sent to the Web visitor. But *you* have to write the program
code that does that manipulation.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*