近日在试用d2005时,发现了一个烦人的问题.
【程序编程相关:如何减小应用程序(EXE)的大小?】 【推荐阅读:在Access中创建表及如何指定字段类型】用d2005 开发asp.net web application应用, 页面设计使用dreamweavermx2004, 页面中使用了模板功能, dreamweaver会在页面中生成其页面模板标记,接着在d2005中修改该页面,当保存该aspx页面文件时,d2005自动修改了其页面模板标记的位置,造成错误的代码标记,这种问题还没有找到解决的方法,不知是否算是一个bug呢? 【扩展信息:ShadowStar CodeFast 】 附:(1) 正确的aspx页面文件
<%@ page language="c#" debug="true" codebehind="webform_user_manage.pas" autoeventwireup="false" inherits="webform_user_manage.twebform_user_manage"%>
<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/tr/html4/loose.dtd"> <html><!-- instancebegin template="/templates/default_style.dwt" codeoutsidehtmlislocked="false" --> <head> <meta http-equiv="content-type" content="text/html; charset=gb2312"><!-- instancebegineditable name="doctitle" -->
<title></title> <!-- instanceendeditable --><link href="d_style_1.css" type="text/css" rel="stylesheet">
<!-- instancebegineditable name="head" --><!-- instanceendeditable -->
</head><body>
<form runat="server"> <!---页面顶部开始 ---> ... 下一页