摘要:
转 https://www.cnblogs.com/tianma3798/p/14317544.html 阅读全文
posted @ 2021-02-25 15:24
小小枝子
阅读(83)
评论(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
小小枝子
阅读(120)
评论(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
小小枝子
阅读(239)
评论(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
小小枝子
阅读(193)
评论(0)
推荐(0)

浙公网安备 33010602011771号