<SPAN style="FONT-SIZE: 14px"><SPAN id=Content2761013>有一个母版页<B>hi.master </B><FONT color=#7444bb>(代码省略)</FONT> <BR> <BR>代码: <BR> <BR> <div> <BR> <asp:contentplaceholder id="show" runat="server"> <BR> </asp:contentplaceholder> <BR> </div> <BR> <BR> <BR>有一个内容页<B>smslist.aspx</B> <FONT color=#7444bb>(代码省略)</FONT> <BR> <BR>代码: <BR> <BR><asp:DataList ID="sendtomeList" runat="server"> <BR> <BR><asp:label id="bodyshow" runat="server"></asp:label> <BR> <BR></asp:DataList> <BR><BR> <BR><B>请问,后台的C#如何给这个label赋值?<
杨__羊羊