Re: Frames
- From: "Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx>
- Date: Sun, 7 May 2006 10:29:28 +0200
You can produce any html you wish with your favorite html editor and then
move it to the Visual Studio. In the VS, create a new web form and simply
copy/paste the html in. If you want to access some html elements on server
side, add a runat=server and an id attributes. Note than in VS2003 you will
need to switch to Design view in order for your changes to propagate to the
code behind.
Eliyahu
"Joe Delphi" <delphi561@xxxxxxxxxxxxxx> wrote in message
news:4M47g.18317$Qz.14075@xxxxxxxxxxxxx
Hi,
I want to build a web application with frames. FrontPage has some
nice tools for allowing me to build the HTML pages quickly.
Is it possible to build the HTML pages using FrontPage and then
re-name the file suffix from .htm to .aspx and then somehow import them
into
my Visual Studio 2003 project?
The only other method that I know of is to manually code the frames
inside of VS 2003, but that is a bit tedious and error-prone.
Any advice on the best way to develop a frame-based web application
is appreciated.
Thanks,
JD
.
- References:
- Frames
- From: Joe Delphi
- Frames
- Prev by Date: How to receive data from RS232
- Next by Date: Re: How to change a table cell's background color?
- Previous by thread: Re: Frames
- Next by thread: "Can't use parentheses when calling a Sub" help......
- Index(es):
Relevant Pages
|