![]() |
#2
yms1232010-12-07 16:08
|
<asp:Label ID="hide" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"bookid") %>' Visible="false"></asp:Label>
这个标签是放在DataList控件里面,DataList控件在<form>标签里,请问大侠,后台.cs页面怎样取得隐藏label的值?