FrontPage 2003 and asp.net controls

  • Thread starter Thread starter Murat
  • Start date Start date
M

Murat

How do I use the Frontpage with asp.net controls. I
can't seem to find anything in the doc.
 
-----Original Message-----
How do I use the Frontpage with asp.net controls. I
can't seem to find anything in the doc.

If your page contains any ASP.NET controls, FrontPage 2003
will display them in Design view.

In addition, FrontPage 2003 Code view provides
IntelliSense editing for standard ASP.NET server controls.

To create ASP.NET server controls, ASP.NET event handlers,
or other code, you must generally switch to Code view and
type them in by hand. The Database Results Wizard,
however, does have the capability to generate ASP.NET code.

If that's not the information you wanted, please ask a
more specific question.

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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Jim,
Does your book go over using asp.net with FP 2003?

--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com
 
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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top