本帖最后由 许庭洲 于 2013-4-23 21:22 编辑
<td style="height: 13px; width: 60px; background-color: white; text-align: center;">
<asp:TextBox ID="city" runat="server" Text='<%# DataBinder.Eval(Container.DataItem ,"city_count") %>' Width="60px" AutoPostBack="True"</asp:TextBox>
</td> |
|