Home All Groups Group Topic Archive Search About

Visual web developer question.

Author
6 May 2006 2:32 PM
effendi
Hi everyone I am new to VWD, I am creating a simple web form which I
converted from a HTML page. I have two questions:

1 How do I coverted HTML pages to an aspx project without cutting and
pasting the source into a new aspx page.
2. How can i create an "images" folder from within VWD and import
images in so that my pages can use them.

Thanks

Author
6 May 2006 4:04 PM
Cor Ligthert [MVP]
Effendi,

>
> 1 How do I coverted HTML pages to an aspx project without cutting and
> pasting the source into a new aspx page.

Just as advice, forget it gives you only trouble.

> 2. How can i create an "images" folder from within VWD and import
> images in so that my pages can use them.
>
As you was used before (or with Add Existing Item in the solution explorer)

Cor
Author
7 May 2006 3:01 AM
effendi
Thanks. I found out how to add the images folder, so that isn't an
issue now. With regards to the HTML pages, I feel what you say makes
sense. In any case not much of an effort to "transport" the base body
code over to a new aspx page and work from there.