未能在设计视图中打开。在<%..."值"...%块中,以不同方式将值括起来
<%@   Import   Namespace= "KhfwWeb "%>  
  <%@   Control   Language= "c# "   AutoEventWireup= "false "   Codebehind= "RecordsManModule.ascx.cs "   Inherits= "KhfwWeb.Modules.RecordsManModule "   TargetSchema= "http://schemas.microsoft.com/intellisense/ie5 "%>  
  <!--BEGIN   RECORDSMAN   MODULE-->  
  <TABLE   cellSpacing= "0 "   cellPadding= "5 "   width= "100% ">  
 	 <TR   class= "rheader ">  
 		 <TD   class= "rheadercol "   align= "left "   colSpan= "2 "   height= "25 "> 客户记录管理 
 		 </TD>  
 	 </TR>     <!--   SPACER   ROW   -->  
 	 <TR   class= "rbody ">  
 		 <TD   class= "rbodycol "   align= "left "   width= "40% "   colSpan= "2 "   height= "25 "> 按客户名称: <asp:textbox   id= "ClientNameTextBox "   runat= "server "   Width= "84px ">  </asp:textbox>  
 			 <asp:button   id= "search "   runat= "server "   Text= "查询 "   BorderStyle= "Groove ">  </asp:button>  </TD>  
 	 </TR>  
 	 <TR   class= "rbody ">  
 		 <TD   class= "rbodycol "   colSpan= "2 "   height= "25 ">  <asp:datalist   id= "dl_RecordsList "   runat= "server "   Width= "100% "   CellSpacing= "3 "   ShowFooter= "True " 
 				ShowHeader= "True "   RepeatDirection= "Vertical "   DataKeyField= "RecordId "   BorderColor= "#ccccff "   CellPadding= "3 "   BorderWidth= "1 ">  
 				 <HeaderStyle   Font-Bold= "True "   ForeColor= "White "   BackColor= "#ccccff ">  </HeaderStyle>  
 				 <HeaderTemplate>  
 					 <TABLE   cellSpacing= "0 "   cellPadding= "0 "   width= "100% "   border= "0 ">  
 						 <TR>  
 							 <TD   width= "10% ">  
 								 <DIV>  <B> 序号 </B>  </DIV>  
 							 </TD>  
 							 <TD   width= "10% ">  
 								 <DIV>  <B> 状态 </B>  </DIV>  
 							 </TD>  
 							 <TD   width= "40% ">  
 								 <DIV>  <B> 客户名称 </B>  </DIV>  
 							 </TD>  
 							 <TD   width= "10% ">  
 								 <DIV>  <B> 级别 </B>  </DIV>  
 							 </TD>  
 							 <TD   width= "20% ">  
 								 <DIV>  <B> 创建日期 </B>  </DIV>  
 							 </TD>  
 							 <TD   width= "20% ">  
 								 <DIV>  <B> 修改 </B>  </DIV>  
 							 </TD>  
 						 </TR>  
 					 </TABLE>  
 				 </HeaderTemplate>  
 				 <AlternatingItemStyle   BackColor= "#ccccff ">  </AlternatingItemStyle>  
 				 <ItemStyle   BorderWidth= "1 ">  </ItemStyle>  
 				 <ItemTemplate>  
 					 <TABLE   cellSpacing= "0 "   cellPadding= "0 "   width= "100% "   border= "0 ">  
 						 <TR>