473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

FrontPage files in ASP.NET?

al
Greetings all,

I'm seeking your advice on this issue:

I'm planing to use FrontPage(2003) files(saved as .aspx) in asp.net.
That is, I will create frontpage files with same path as asp.net
projects, do ONLY interface design for web pages , save them as .aspx
and then include them in asp.net project from the solution explorer.

Is it ok to do it like this, or is there better way of doing it??
MTIA,
Grawsha
Nov 18 '05 #1
4 1306
I use FrontPage to create much of the HTML for my ASPX pages. But I don't
use the same web application. I just use the HTML editor, and copy and paste
into my ASPX Template in Visual Studio.Net.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"al" <gr*********@yahoo.com> wrote in message
news:66*************************@posting.google.co m...
Greetings all,

I'm seeking your advice on this issue:

I'm planing to use FrontPage(2003) files(saved as .aspx) in asp.net.
That is, I will create frontpage files with same path as asp.net
projects, do ONLY interface design for web pages , save them as .aspx
and then include them in asp.net project from the solution explorer.

Is it ok to do it like this, or is there better way of doing it??
MTIA,
Grawsha

Nov 18 '05 #2
Al,

It sounds like you might like to try a program I'm releasing to beta next
week, PagePorter. It will, among other things, translate those FrontPage
pages into ASP.NET, keeping the shared borders, navigation, and almost
everything else intact. You can find out more about PagePorter at
http://www.parastream.com/software/pageporter, sign up to be a tester at
http://www.parastream.com/beta_app.htm, or contact me directly at
rw******@parastream.com.
--
Regards,

Robert E. Weatherford
Parastream Technologies, Inc.

"al" <gr*********@yahoo.com> wrote in message
news:66*************************@posting.google.co m...
Greetings all,

I'm seeking your advice on this issue:

I'm planing to use FrontPage(2003) files(saved as .aspx) in asp.net.
That is, I will create frontpage files with same path as asp.net
projects, do ONLY interface design for web pages , save them as .aspx
and then include them in asp.net project from the solution explorer.

Is it ok to do it like this, or is there better way of doing it??
MTIA,
Grawsha

Nov 18 '05 #3
al
"Kevin Spencer" <ks******@takempis.com> wrote in message news:<eb**************@TK2MSFTNGP11.phx.gbl>...
I use FrontPage to create much of the HTML for my ASPX pages. But I don't
use the same web application. I just use the HTML editor, and copy and paste
into my ASPX Template in Visual Studio.Net.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"al" <gr*********@yahoo.com> wrote in message
news:66*************************@posting.google.co m...
Greetings all,

I'm seeking your advice on this issue:

I'm planing to use FrontPage(2003) files(saved as .aspx) in asp.net.
That is, I will create frontpage files with same path as asp.net
projects, do ONLY interface design for web pages , save them as .aspx
and then include them in asp.net project from the solution explorer.

Is it ok to do it like this, or is there better way of doing it??
MTIA,
Grawsha

Thanks for the tip.

Does the transfer of html codes work 100% in vs.net? Or you have to do
some changes in properties after transfer?

I know at least one has to be changed. The explorer version from IE3
to IE5.

Also, what control in FP is equivalent in html button control in
asp.net?? is it the Push Button??

MTIA,
Grawsha
Nov 18 '05 #4
Hi Grawsha,

I'm glad you asked, as I didn't mention anything about that. What I actually
do is to create a new ASPX page in Visual Studio, which supplies all of the
basic HTML needed. In my FrontPage Page, I create a <form> and a </form> tag
between the body tags, and create my WebForm HTML in that. Then I copy and
paste ONLY the HTML between the 2 form tags into the ASPX Template. Never
had any problems with this approach.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"al" <gr*********@yahoo.com> wrote in message
news:66**************************@posting.google.c om...
"Kevin Spencer" <ks******@takempis.com> wrote in message

news:<eb**************@TK2MSFTNGP11.phx.gbl>...
I use FrontPage to create much of the HTML for my ASPX pages. But I don't use the same web application. I just use the HTML editor, and copy and paste into my ASPX Template in Visual Studio.Net.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"al" <gr*********@yahoo.com> wrote in message
news:66*************************@posting.google.co m...
Greetings all,

I'm seeking your advice on this issue:

I'm planing to use FrontPage(2003) files(saved as .aspx) in asp.net.
That is, I will create frontpage files with same path as asp.net
projects, do ONLY interface design for web pages , save them as .aspx
and then include them in asp.net project from the solution explorer.

Is it ok to do it like this, or is there better way of doing it??
MTIA,
Grawsha

Thanks for the tip.

Does the transfer of html codes work 100% in vs.net? Or you have to do
some changes in properties after transfer?

I know at least one has to be changed. The explorer version from IE3
to IE5.

Also, what control in FP is equivalent in html button control in
asp.net?? is it the Push Button??

MTIA,
Grawsha

Nov 18 '05 #5

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

Similar topics

2
by: Brad Waddell | last post by:
Hi I have common top and bottom pages for each page in my web site. I refer to them like this: <!--webbot bot="Include" U-Include="top.htm" TAG="BODY" --> I recently added a PHP helpdesk...
0
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.
9
by: Dennis Allen | last post by:
Hi. Anyone here use FrontPage? I've been thinking of using Frontpage to take my web site, www.dennisallen.com, and go frameless. Since I have a left framed frame.htm with lots of javascipt code,...
6
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. ...
2
by: Peter H | last post by:
Hello everybody, I have created a webform using ASP.NET/C# as a part of my bachelor thiesis on the behalf of a Community school. The form should be used to save course information in a database...
4
by: al | last post by:
Greetings all, I'm seeking your advice on this issue: I'm planing to use FrontPage(2003) files(saved as .aspx) in asp.net. That is, I will create frontpage files with same path as asp.net...
1
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...
1
by: Pete Mahoney | last post by:
Our company has just started the move from ASP to ASP.Net. We have just finished our first .Net projects, and are now in the process of deploying them. We use FrontPage at our company to allow...
2
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...
2
by: JT | last post by:
Hi, I apologize if this is posted in the wrong group or if this has been covered in the past. I didn't find anything in previous posts. I'm wondering how far the influence of the frontpage...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
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,...

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.