日期:2014-05-20  浏览次数:20402 次

搜索未果,怎么在绑定后面加上汉字
<asp:Label   ID= "changdu "   runat= "server "   Text= ' <%#   Bind( "changdu ")   %> '> </asp:Label>

如题,我想在上面绑定的内容显示的时候在其后面加上汉字,比如上面绑定的内容是11,显示的时候显示成   11米   ,该如何做?

------解决方案--------------------
这样行吗?
<asp:Label ID= "changdu " runat= "server " Text= ' <%# Bind( "changdu ") %> '> </asp:Label> 米