摘要: 页面最上方引用 <%@ Register Src="../Library/CheckRefreshed.ascx" TagName="CheckRefreshed" TagPrefix="uc1" %> <body > <form runat="server"> <uc1:CheckRefreshe 阅读全文
posted @ 2017-12-12 13:54 张三道 阅读(157) 评论(0) 推荐(0)
摘要: //获得学科列表 DataTable xiaoXueke = My_Sql.Sql5("select X_SN,X_DaiMa,X_Name from NongCun_XueKe"); this.Drop_XueKe.DataSource = xiaoXueke; this.Drop_XueKe.D 阅读全文
posted @ 2017-12-12 11:16 张三道 阅读(345) 评论(0) 推荐(0)
摘要: <asp:GridView ID="Griw_List" runat="server" HeaderStyle-BackColor="YellowGreen" class="table table-bordered table-hover" AutoGenerateColumns="False" G 阅读全文
posted @ 2017-12-12 11:13 张三道 阅读(1209) 评论(0) 推荐(0)
摘要: 版本VS2012,新建项目时提示:未找到与约束ontractNameMicrosoft.VisualStudio.Text.ITextDocumentFactoryService RequiredTypeIdentity Microsoft.VisualStudio.Text.ITextDocume 阅读全文
posted @ 2017-12-12 11:07 张三道 阅读(222) 评论(0) 推荐(0)
摘要: for (int i = 0; i < _RecordList.Length; i++){ this.Texx_XueXiao.Items.Add(new ListItem(_RecordList[i]["J_Name"].ToString() , _RecordList[i]["J_KaoDian 阅读全文
posted @ 2017-12-12 11:06 张三道 阅读(328) 评论(0) 推荐(0)
摘要: <body onload="window.scrollTo(0,document.body.scrollHeight);"> 阅读全文
posted @ 2017-12-12 11:05 张三道 阅读(1010) 评论(0) 推荐(0)