473,779 Members | 1,952 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS.Net And FrontPage

I have a friend that does all of their web page development in FrontPage
and she has asked me to create some asp.net pages for here with some db
functionality. I know nothing of Frontpage ans she knows little about
ASP.Net.

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!!!!
Nov 18 '05 #1
4 1562
Hi Jim,

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
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
Subject: VS.Net And FrontPage
From: Jim Heavey <Ji*******@nosp am.com>
Organization : Jim Heavey and Associates
Message-ID: <Xn************ *************** ******@207.46.2 48.16>
User-Agent: Xnews/5.04.25
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
Date: Wed, 03 Dec 2003 07:10:37 -0800
NNTP-Posting-Host: 64-151-17-137-dhcp-kc.everestkc.ne t 64.151.17.137
Lines: 1
Path: cpmsftngxa06.ph x.gbl!cpmsftngx a09.phx.gbl!TK2 MSFTNGP08.phx.g bl!TK2MSFTNGP10 .
phx.gblXref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1947 30
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

I have a friend that does all of their web page development in FrontPage
and she has asked me to create some asp.net pages for here with some db
functionalit y. I know nothing of Frontpage ans she knows little about
ASP.Net.

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!!!!


Nov 18 '05 #2
Put the asp.net code in the CodeBehind page and bind to the elements on the
page. Do not mix code and tags. That bears repeating: Do not mix code and
tags.

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" <Ji*******@nosp am.com> wrote in message
news:Xn******** *************** **********@207. 46.248.16...
I have a friend that does all of their web page development in FrontPage
and she has asked me to create some asp.net pages for here with some db
functionality. I know nothing of Frontpage ans she knows little about
ASP.Net.

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!!!!

Nov 18 '05 #3
I concur with Jim's assessment on this one, although I have not had a
problem with FrontPage 2002 messing with my ASP.NET tags. I would still aim
towards the CodeBehind methodology (ASP.NET in the aspx page, and code in
either the aspx.vb (VB.NET) or aspx.cs (C#) page, depending on language).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** *************** **********
Think Outside the Box!
*************** *************** *************** *************** **********
"Jim Cheshire [MSFT]" <ja******@onlin e.microsoft.com > wrote in message
news:aT******** ******@cpmsftng xa06.phx.gbl...
Hi Jim,

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
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
Subject: VS.Net And FrontPage
From: Jim Heavey <Ji*******@nosp am.com>
Organization : Jim Heavey and Associates
Message-ID: <Xn************ *************** ******@207.46.2 48.16>
User-Agent: Xnews/5.04.25
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
Date: Wed, 03 Dec 2003 07:10:37 -0800
NNTP-Posting-Host: 64-151-17-137-dhcp-kc.everestkc.ne t 64.151.17.137
Lines: 1
Path:

cpmsftngxa06.ph x.gbl!cpmsftngx a09.phx.gbl!TK2 MSFTNGP08.phx.g bl!TK2MSFTNGP10 . phx.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1947 30X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

I have a friend that does all of their web page development in FrontPage
and she has asked me to create some asp.net pages for here with some db
functionalit y. I know nothing of Frontpage ans she knows little about
ASP.Net.

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 theinstallation of the frontpage extensions, so they must somehow collaberate.
Should I be concerned? Is there information available on the subject thatI should read up on?

Thanks in advance for your assistance!!!!

Nov 18 '05 #4
I agree with that. Personally, I like the code behind model. I've known
for a bit over a year that Whidbey will focus more on inline code, but many
developers will want to stick with code behind because of the way they
develop. For people who are used to doing something such as writing an
interface for a third-party to use while implementation in an object is
completed, the code behind model feels very comfortable.

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
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
From: "Cowboy \(Gregory A. Beamer\)" <No************ @comcast.netNoS pamM>
References: <Xn************ *************** ******@207.46.2 48.16> <aT************ **@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: <uD************ *@TK2MSFTNGP11. phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: 170.143.252.32
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP11.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1948 15
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

I concur with Jim's assessment on this one, although I have not had a
problem with FrontPage 2002 messing with my ASP.NET tags. I would still aim
towards the CodeBehind methodology (ASP.NET in the aspx page, and code in
either the aspx.vb (VB.NET) or aspx.cs (C#) page, depending on language).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************** *************** *************** *************** ***********
Think Outside the Box!
************** *************** *************** *************** ***********
"Jim Cheshire [MSFT]" <ja******@onlin e.microsoft.com > wrote in message
news:aT******* *******@cpmsftn gxa06.phx.gbl.. .
Hi Jim,

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
ja******@online .microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
>Subject: VS.Net And FrontPage
>From: Jim Heavey <Ji*******@nosp am.com>
>Organization : Jim Heavey and Associates
>Message-ID: <Xn************ *************** ******@207.46.2 48.16>
>User-Agent: Xnews/5.04.25
>Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>Date: Wed, 03 Dec 2003 07:10:37 -0800
>NNTP-Posting-Host: 64-151-17-137-dhcp-kc.everestkc.ne t 64.151.17.137
>Lines: 1
>Path:

cpmsftngxa06.p hx.gbl!cpmsftng xa09.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 0

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1998
by: Bruce A. Julseth | last post by:
I am doing my PHP development in MS FrontPage. At on time, when in Frontpage and I would double click on a page in my development folder, FrontPage would open it. Now when I double click, Notepad opens it. I have check my extension settings and my setting is that FrontPage should open an file ending in .PHP. Now what I have do is right click the file name, and use "Open With...." to open it in FrontPage. Somewhere, Somehow, I must have...
0
1684
by: Matthew Ferri | last post by:
Hi, Summary: I'm a newbie to FrontPage and IIS. I have a simple issue that I believe may be a configuration setting somewhere. If there is a KB article, I just cannot find it.
18
2106
by: Andy | last post by:
hello all I've just finished a reasonably simple site for a client, validated it, checked it across browsers/resolutions etc. The problem for me is that my clients want to keep it updated using FrontPage - I suppose I should just let them do what they want with it, but I have visions of them messing things up with FrontPage and then asking me to fix it.
6
2057
by: C T | last post by:
My work is about to have me use Frontpage 2002 to build and maintain an intranet web site. I'm trying to draw a comparison between the two, but I'm having trouble finding info about .NET. Would it be reasonable to demand I get use .NET studio? Thanks, Craig
1
2061
by: Robert Scheer | last post by:
Hi. Is there any article that talks about the purpose of each of the Frontpage extensions folders (_vti_cnf, _vti_pvt, _vti_script, and _vti_txt)? When I create a new ASP.NET application, these folders are automatically created. Thanks, Robert Scheer
1
1447
by: LynchburgRecord | last post by:
The Code Snippet (from VB Net in Visual Studio Net 2003) below does the following (1) Create a Front Page (2002) Application Objec (2) Open a We (3) Close the We (4) Execute Front Page Application Object "quit" method Proble ------
2
1654
by: Gerry Hickman | last post by:
Hi, We are currently running VS.NET clients against a Windows 2000 server which has Frontpage server extensions; this means we can have teams of developers interacting on web applications from remote locations over HTTP without firewall issues. However, Frontpage extensions have now been discontinued and replaced by Windows Sharepoint Services (WSS) on Windows Server 2003. This means that if we want to be able to work "live" or...
10
2537
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. Anyway, I decided to have a go at loading them as web projects from our Win2k3 server. It gets so far and then says "The web server does not appear to have FrontPage server extensions installed".
4
1341
by: andrew.arobert | last post by:
Good afternoon, We have numerous web sites which are currently being manually published via Front Page. Doing one or two sites on an ad-hoc basis was not too bad but we are now over 20 or thirty at set times during a business day. What I would love to do is find a way of automating this task, ideally by the command line, and called from a central automated task
0
9636
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10074
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9930
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8961
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.