Dreamweaver?

MarioRammy

Member
Joined
Feb 1, 2008
Messages
12
Programming Experience
Beginner
Hi,

I am wondering about using dreamweaver to create my front end and i want to do my back end coding in VB.net. This project has specifies that these are the technologies used.

I am experienced in using VB.net but not dreamweaver. My question may sound stupid but I am just wondering how I would go about coding the backend in VB.net? Do i simply create the front in Dreamweaver and then basically import all my folders and html code into Visual studio and move from there or is there another way.

Any help with this would be greatly appreciated.

Thanks,

MarioRammy
 
Last edited:
I must use Dreamweaver, I personally prefer and have used VS. So I am just wondering how I could go about doing it? Is the it just a case of creating the front end in Dreamweaver and then import my CSS, Images and pages into visual studio or is there another way??

Please any help is very must appreciated
 
Hi

You could create the website in VS and make sure that when you add a new page you put the code in a code behind file. Then just open the .aspx page in dreamweaver and go from there.

I think that should work ok.

Hope that helps.

Mike
 
Is this a project for school? If so thats pretty crazy. If I had to do that I would create the html pages in Dreamweaver and then copy and paste the content over to the .aspx pages in VS. I think it would be a bit tricky to just copy and paste from Dreamweaver since you need the page decoration at the top as well as a Form Tag.

This thread reminded me how much I hated Dreamweaver when I was learning it.
 
Back
Top