我做了个数据绑定的DataList
<asp:Label ID="lbstatus" Text='<%# Eval("statusdescribe")%>' runat="server"></asp:Label>
我想在后台如何获取到 this.lbstatus.Text 的值