listview 後天獲取選中項的值

weixin_30545285發表於2016-05-26

前臺

  <asp:Label ID="lbtitle" runat="server" Visible="false" Text='<%#DataBinder.Eval(Container.DataItem,"title") %>'></asp:Label>

 

後臺

  string name = ((Label)e.Item.FindControl("lbtitle")).Text;

 

轉載於:https://www.cnblogs.com/liudawang/p/5530000.html

相關文章