摘要://设定为CheckBox可用 this.treeListLookUpEdit1.Properties.TreeList.OptionsView.ShowCheckBoxes = true; //设定默认显示值 this.treeListLookUpEdit1.EditValue = "请选择";
阅读全文
搜索随笔分类
随笔档案
文章分类最新评论
|
05 2017 档案
摘要://设定为CheckBox可用 this.treeListLookUpEdit1.Properties.TreeList.OptionsView.ShowCheckBoxes = true; //设定默认显示值 this.treeListLookUpEdit1.EditValue = "请选择";
阅读全文
摘要:1:获取数据前N行,防止拼接SQL字符串的方法 DECLARE @TOP INT =10SELECT TOP(@TOP) * FROM dbo.UserInfo
阅读全文
摘要:1.返回字符串中子串出现的次数(返回str2在str1中重复出现的次数) Regex.Matches(str1,str2).Count
阅读全文
摘要:(1)、gridView.AddNewRow() (2)、实现 gridView_InitNewRow 事件 注:使用泛型集合绑定数据源,在GridView中实现自动添加行时,AddNewRow()方法不起效。在获取数据行时,GetDataRow()方法无法获取数据,如果使用gridcontrol用
阅读全文
|
Copyright @
2025 飘扬De黑夜
Powered by .NET 9.0 on Kubernetes
Powered by:
.Text and
ASP.NET
Theme by: .NET Monster