R
Rishi Boparai
I'm using Dreamweaver to create the layout and manage my ASP.net 2
site. However, all ""code-behind"" is done in Visual Studio 2005
On my ASP.net pages I need to have a different declaration at the top
of each page, e.g.:
It was my understanding that Dreamweaver would leave alone any code
outside of the < html > tag However, whenever I update my template,
the ASP.net declarations in the pages based on the template are
removed by Dreamweaver. This means my pages lose the ""link"" to their
code-behind files. Which is BAD!
The weird thing is, that if I remove for example the ""@"" from the
declaration (therefore making it an incorrect declaration) then DW
leaves the code on the page. What this means is that DW only has
problems with ASP.net declarations. Its quite happy to leave any other
text or code.
What can I do?
Thanks.
site. However, all ""code-behind"" is done in Visual Studio 2005
On my ASP.net pages I need to have a different declaration at the top
of each page, e.g.:
It was my understanding that Dreamweaver would leave alone any code
outside of the < html > tag However, whenever I update my template,
the ASP.net declarations in the pages based on the template are
removed by Dreamweaver. This means my pages lose the ""link"" to their
code-behind files. Which is BAD!
The weird thing is, that if I remove for example the ""@"" from the
declaration (therefore making it an incorrect declaration) then DW
leaves the code on the page. What this means is that DW only has
problems with ASP.net declarations. Its quite happy to leave any other
text or code.
What can I do?
Thanks.