摘要: string returnStr = tbxContractNO.Text.Replace("\n", "").Replace(" ", "").Replace("\t", "").Replace("\r", ""); 阅读全文
posted @ 2021-09-06 13:41 刘贵庆 阅读(161) 评论(0) 推荐(0)
摘要: <asp:GridView ID="gridView" runat="server" OnRowCommand="gridView_RowCommand"> <Columns> <asp:TemplateField HeaderText="输入信息"> <ItemTemplate> <asp:Tex 阅读全文
posted @ 2021-09-06 13:40 刘贵庆 阅读(107) 评论(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 刘贵庆 阅读(185) 评论(0) 推荐(0)
摘要: if (tbxContractNo.Text.IndexOf(" ") >= 0) { ShowError("系统提示:合同编号不能带有空格。"); tbxContractNo.Focus(); CheckOK = false; } Regex reg = new Regex(@"[\u4e00-\ 阅读全文
posted @ 2021-09-06 13:37 刘贵庆 阅读(47) 评论(0) 推荐(0)
摘要: bts.Attributes["onclick"] = "return false; "; 阅读全文
posted @ 2021-09-06 13:36 刘贵庆 阅读(611) 评论(0) 推荐(0)
摘要: gridBranchInfo.DataSource = dtBranchViewList; gridBranchInfo.DataBind(); Random random = new Random(); Color[] color = {Color.DarkSalmon, Color.Red, C 阅读全文
posted @ 2021-09-06 13:35 刘贵庆 阅读(136) 评论(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 刘贵庆 阅读(88) 评论(0) 推荐(0)
摘要: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="AddDataInfoCertificate.ascx.cs" Inherits="DotNetNuke.Modules.Project.AddDataInfoCertificate 阅读全文
posted @ 2021-09-06 13:32 刘贵庆 阅读(218) 评论(0) 推荐(0)
摘要: <asp:CheckBoxList ID="cbxLabelList" runat="server" RepeatColumns="10" RepeatDirection="Horizontal"> </asp:CheckBoxList> DataTable dtinfo = pc.getdatai 阅读全文
posted @ 2021-09-06 13:30 刘贵庆 阅读(64) 评论(0) 推荐(0)
摘要: <asp:DropDownList ID="ddlRegionList" runat="server" AutoPostBack="true" OnSelectedIndexChanged="ddlDeptList_SelectedIndexChanged"> <asp:ListItem>是</as 阅读全文
posted @ 2021-09-06 13:29 刘贵庆 阅读(514) 评论(0) 推荐(0)