|
| Urgent but Simple Help on DW to ASP.net 2.0 |
 |
Wed, 31 Oct 2007 06:52:25 +000 |
Currently i designed the website using DW and is now ready to put it over to my
ASP.net 2.0 to develop
But how do i put my web pages over ? Can anyone tell me what are the codes
required to do so ?
Btw its DW 8 . Thank You
|
| Post Reply
|
| Re: Urgent but Simple Help on DW to ASP.net 2.0 |
 |
Wed, 31 Oct 2007 15:43:55 +000 |
If I understand you correctly, you designed the user interface in Dreamweaver,
but you want to use another program, like Visual Studio, to program the backend
in ASP.NET 2.0. I don't know of any way to transport or convert the DW files to
VS. However, if you saved the files in DW with a .aspx extension, you should be
able to open those files in Visual Studio. However, if you're using the
code-behind method of programming, and you didn't create the corresponding .vb
or .cs files in DW, then it might be better to create a new file in VS for each
DW file that you have, and then just copy and paste the code. This way, VS will
automatically create the blank code-behind file for you, and you can just start
your backend programming.
Hope that helps.
|
| Post Reply
|
| Re: Urgent but Simple Help on DW to ASP.net 2.0 |
 |
Thu, 1 Nov 2007 01:30:44 +0000 |
I tried copying the codes from DW8 to asp.net 2.0 but a lot of errors just came
up.
Error Message Box : "Can not switch to Design view because of errors in the
page. Please correct all errors labeled 'Can not switch:' in the Error list and
try again.
|
| Post Reply
|
| Re: Urgent but Simple Help on DW to ASP.net 2.0 |
 |
Tue, 6 Nov 2007 04:40:53 +0000 |
The message above is a validation error which typically points to where markup
is not well formed, i.e. closign tags missing or elements improperly nested. You
probably want to fix those issues anyway since malformed markup does not render
well in different browsers. After you are done with 'Can't switch' errors,
designer should become available.
|
| Post Reply
|
| Re: Urgent but Simple Help on DW to ASP.net 2.0 |
 |
Tue, 6 Nov 2007 20:43:31 +0000 |
I was under the impression DW did not support ASP.NET 2.0. Has that changed?
|
| Post Reply
|
|
|
|
|
|
|
|
|
|