<td><%=column.Name%>:</td><td><asp:TextBox ID="<%=column.Name%>TextBox" runat="server" Text='<%# Bind("CustomerName") %>' /></td>
报错,Text='<%# Bind("CustomerName") %>'
f:\mycode.cst(188,3): error CS1024: 应输入预处理器指令
f:\mycode.cst(188,7): error CS1025: 应输入单行注释或行尾
Text='<%# Eval("CustomerName") %>'