摘要: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="ViewDictTosPrefix.ascx.cs" Inherits="DotNetNuke.Modules.HRAddUser.ViewDictTosPrefix" %> <st 阅读全文
posted @ 2021-09-06 13:45 刘贵庆 阅读(152) 评论(0) 推荐(0)
摘要: string returnStr = tbxContractNO.Text.Replace("\n", "").Replace(" ", "").Replace("\t", "").Replace("\r", ""); 阅读全文
posted @ 2021-09-06 13:41 刘贵庆 阅读(164) 评论(0) 推荐(0)
摘要: <asp:GridView ID="gridView" runat="server" OnRowCommand="gridView_RowCommand"> <Columns> <asp:TemplateField HeaderText="输入信息"> <ItemTemplate> <asp:Tex 阅读全文
posted @ 2021-09-06 13:40 刘贵庆 阅读(112) 评论(0) 推荐(0)
摘要: string corn = "公司"; int n = 0; if (tbCorporateName.Text.IndexOf(corn) > -1) { string cor = tbCorporateName.Text.Replace(corn, ""); n = (tbCorporateNam 阅读全文
posted @ 2021-09-06 13:38 刘贵庆 阅读(186) 评论(0) 推荐(0)
摘要: if (tbxContractNo.Text.IndexOf(" ") >= 0) { ShowError("系统提示:合同编号不能带有空格。"); tbxContractNo.Focus(); CheckOK = false; } Regex reg = new Regex(@"[\u4e00-\ 阅读全文
posted @ 2021-09-06 13:37 刘贵庆 阅读(51) 评论(0) 推荐(0)
摘要: bts.Attributes["onclick"] = "return false; "; 阅读全文
posted @ 2021-09-06 13:36 刘贵庆 阅读(617) 评论(0) 推荐(0)
摘要: gridBranchInfo.DataSource = dtBranchViewList; gridBranchInfo.DataBind(); Random random = new Random(); Color[] color = {Color.DarkSalmon, Color.Red, C 阅读全文
posted @ 2021-09-06 13:35 刘贵庆 阅读(139) 评论(0) 推荐(0)
摘要: page: <style type="text/css"> .highlight { background: yellow; color: red; } </style> <asp:Label ID="searchTextlab" runat="server" Style="color: #ffff 阅读全文
posted @ 2021-09-06 13:34 刘贵庆 阅读(92) 评论(0) 推荐(0)
摘要: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="AddDataInfoCertificate.ascx.cs" Inherits="DotNetNuke.Modules.Project.AddDataInfoCertificate 阅读全文
posted @ 2021-09-06 13:32 刘贵庆 阅读(222) 评论(0) 推荐(0)
摘要: <asp:CheckBoxList ID="cbxLabelList" runat="server" RepeatColumns="10" RepeatDirection="Horizontal"> </asp:CheckBoxList> DataTable dtinfo = pc.getdatai 阅读全文
posted @ 2021-09-06 13:30 刘贵庆 阅读(70) 评论(0) 推荐(0)