My question is that if she designs the "appearance" of the web page in
front page, can I just suck that page into asp.net and then add all of my
controls and the code behind page? I know that the framework requires the
installation of the frontpage extensions, so they must somehow collaberate.
Should I be concerned? Is there information available on the subject that
I should read up on?
Thanks in advance for your assistance!!!!
You can certainly open the FrontPage Web site in Visual Studio .NET and add
Server Controls and code. The only problem that you might encounter is
with pre-FrontPage 2003 versions not understanding the ASP.NET Server
Controls. For best compatibility, I would use FrontPage 2003 since it
supports ASP.NET.
Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>Subject: VS.Net And FrontPage
>From: Jim Heavey <JimH...@nospam.com>
>Organization: Jim Heavey and Associates
>Message-ID: <Xns94465D5EC1794J...@207.46.248.16>
>User-Agent: Xnews/5.04.25
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Date: Wed, 03 Dec 2003 07:10:37 -0800
>NNTP-Posting-Host: 64-151-17-137-dhcp-kc.everestkc.net 64.151.17.137
>Lines: 1
>Path:
cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.
phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:194730
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
If you follow this rule, you will find that she is very unlikely to mess
with your code. She can alter the look and feel at any time, as long as she
does not delete the ASP.NET tags you are binding to, so you will find fewer
headaches.
IF ... you mix code and tags, you may end up with a case where either she or
FrontPage alters something and creates a great pain for you.
BTW, my "official" MVP designation (although I spend almost all my time in
.NET groups) was awarded in FrontPage. I use FrontPage (and Dreamweaver -
perhaps a boo! hiss! from the MS purists ;->) with Visual Studio .NET all
the time. As long as you keep code separate from the tagged page, you will
be fine. As most of the architecture samples you can download use this
methodology, you can find plenty of sample code to get started with this
methodology. SOME books, esp. the early ones, mix code and tags, which I
would avoid like the plague.
NOTE: In ASP.NET 2.0 - released with VS.NET 2004 next year, the rules are
altered slightly, but the IDE, at least up to the PDC alpha, supports the
full CodeBehind methodology, so none of what you are about to do will be
obsolete next year.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
**********************************************************************
Think Outside the Box!
**********************************************************************
"Jim Heavey" <JimH...@nospam.com> wrote in message
news:Xns94465D5EC1794J...@207.46.248.16...
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
**********************************************************************
Think Outside the Box!
**********************************************************************
"Jim Cheshire [MSFT]" <jame...@online.microsoft.com> wrote in message
news:aTM7WDcu...@cpmsftngxa06.phx.gbl...
In the case of using FrontPage (or any other non-VS.NET Web development
tool), code behind is a means to secure your code not only from prying
eyes, but from inadvertant changes.
One of the major benefits of using FrontPage 2003 as opposed to earlier
versions is that FrontPage 2003 can render many Server Controls. In
earlier versions, you just see a placeholder. In FrontPage 2003, you are
able to more easily with with Server Control content. However, keep in
mind that you can't edit most Server Controls in the FrontPage UI. For
example, if you try and edit text that is inside of an ASP.NET Panel
control in FrontPage, you may notice that you never even get an I beam
pointer.
Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: "Cowboy \(Gregory A. Beamer\)" <NoSpamM...@comcast.netNoSpamM>
>References: <Xns94465D5EC1794J...@207.46.248.16>
<aTM7WDcu...@cpmsftngxa06.phx.gbl>
>Subject: Re: VS.Net And FrontPage
>Date: Wed, 3 Dec 2003 12:50:40 -0600
>Lines: 69
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <uDcAq5c...@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: 170.143.252.32
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:194815
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet