导航

上一页 1 ··· 6 7 8 9 10 11 下一页

2008年4月25日

摘要: private string m_userName = "johnsonzhang"; private string m_Password = "*****"; private string m_ADPath = "LDAP://192.168.XXX.xxx"; public bool IsAuthenticated(String doma... 阅读全文

posted @ 2008-04-25 11:47 DotNet1010 阅读(564) 评论(0) 推荐(0) 编辑

2008年4月23日

摘要: TextBox1.Attributes["contentEditable"] = "false"; 替换readonly 阅读全文

posted @ 2008-04-23 10:08 DotNet1010 阅读(568) 评论(1) 推荐(0) 编辑

2008年4月15日

摘要: public static List GetEnumList(Type enumType, bool allAllOption) { if (enumType.IsEnum == false) { return null; } List list = new List(); ... 阅读全文

posted @ 2008-04-15 11:18 DotNet1010 阅读(991) 评论(0) 推荐(0) 编辑

2008年4月14日

摘要: \@"yyyy-MM-dd " \* MERGEFORMAT ----------日期 \# ###,0.00 \* MERGEFORMAT ----------金额 阅读全文

posted @ 2008-04-14 09:45 DotNet1010 阅读(613) 评论(0) 推荐(0) 编辑

2008年4月10日

摘要: 将 要进行反序列化的字符串 Trim() 就可以了。 阅读全文

posted @ 2008-04-10 17:05 DotNet1010 阅读(525) 评论(0) 推荐(0) 编辑

2008年4月9日

摘要: UserProfile profile = new UserProfile(); XmlSerializer serializer = new XmlSerializer(typeof(UserProfile)); MemoryStream ms = new MemoryStream(); using(Te... 阅读全文

posted @ 2008-04-09 18:07 DotNet1010 阅读(183) 评论(0) 推荐(0) 编辑

摘要: 回答: string fileName = @"C:\Resource.resx"; ResXResourceReader reader = new ResXResourceReader(fileName); IDictionaryEnumerator enumerator = reader.GetEnumerator(... 阅读全文

posted @ 2008-04-09 17:00 DotNet1010 阅读(2024) 评论(0) 推荐(0) 编辑

2008年4月8日

摘要: 删除 protected void btnDocDelete_Click(object sender, EventArgs e) { GridViewRow row = (sender as LinkButton).NamingContainer as GridViewRow... 阅读全文

posted @ 2008-04-08 16:05 DotNet1010 阅读(1827) 评论(1) 推荐(1) 编辑

2008年4月3日

摘要: webCofig 中进行如下设置 就可以下了 阅读全文

posted @ 2008-04-03 10:55 DotNet1010 阅读(299) 评论(0) 推荐(0) 编辑

摘要: 回答: 设置的密码不能全部是 数字 改为字符就可以了 登陆的时候 用户名是System 本机的话主机字符串可以不输入 阅读全文

posted @ 2008-04-03 09:56 DotNet1010 阅读(3170) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 下一页