摘要: 转 https://www.cnblogs.com/tianma3798/p/14317544.html 阅读全文
posted @ 2021-02-25 15:24 小小枝子 阅读(78) 评论(0) 推荐(0) 编辑
摘要: aspx页面: 1 <div style="OVERFLOW-Y:scroll; HEIGHT:1000px"> 2 <asp:CheckBoxList ID="RBL_List" runat="server" RepeatColumns="<%#GetColumns()%>" RepeatDire 阅读全文
posted @ 2021-02-25 11:55 小小枝子 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1 public DataTable dtitem 2 { 3 get { return (DataTable)ViewState["dtitem"]; } 4 set { ViewState["dtitem"] = value; } 5 } 6 protected void Page_Load(o 阅读全文
posted @ 2021-02-25 11:35 小小枝子 阅读(226) 评论(0) 推荐(0) 编辑
摘要: cs代码如下: 1 using System; 2 using System.Collections.Generic; 3 using System.Web; 4 using System.Web.UI; 5 using System.Web.UI.WebControls; 6 using Syst 阅读全文
posted @ 2021-02-25 09:59 小小枝子 阅读(146) 评论(0) 推荐(0) 编辑