< asp: Button ID ="CancelButton" runat ="server" CommandName ="Cancel" Text ="取消" />
</ td>
< td>
< asp: TextBox ID ="CIDTextBox" runat ="server" Text =' <%# Bind("CID") %> ' />
</ td>
< td>
< asp: TextBox ID ="CNameTextBox" runat ="server" Text =' <%# Bind("CName") %> ' />
</ td>
< td>
< asp: TextBox ID ="CCountTextBox" runat ="server" Text =' <%# Bind("CCount") %> ' />
</ td>
< td>
< asp: TextBox ID ="CImgTextBox" runat ="server" Text =' <%# Bind("CImg") %> ' />
</ td>
< td>
< asp: CheckBox ID ="CIsDelCheckBox" runat ="server"
Checked ='<% # Bind("CIsDel") %> ' />
</ td>
< td>








