如下:
<asp:DataList ID="DataList1" runat="server" Width="252px" Height="250px" RepeatColumns="1" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="0" GridLines="Horizontal" RepeatDirection="Horizontal" ShowFooter="False">
    <ItemTemplate>
        <table width="375" height="90" border="0" cellpadding="0" cellspacing="0" style="height: 111px">
            <tr>
<td>用户:<%#DataBinder.Eval(Container.DataItem,"UName") %><br />
<tr><td><asp:Lable ID="tmp1" runat="servert"></td></tr></td></tr>
</ItemTemplate>上面的lable的text不懂怎么样获取,请大虾们多多指教~~问过其他人好多都说没试过~~好郁闷~