摘要: Sometimes while trying to delete documents or move documents from one library to another we get an error "The security validation for this page is invalid. Click Back in your Web browser, refresh the ... 阅读全文
posted @ 2009-12-25 15:11 玛雅人 阅读(1222) 评论(3) 推荐(0)
摘要: On Saturday when I was adding my finishing touches to my demo for the Philly Code Camp I ran into an error with Visual Studio 2008 VSTO and InfoPath 2007. Whenever I tried to run my InfoPath 2007 form... 阅读全文
posted @ 2009-11-24 12:54 玛雅人 阅读(386) 评论(0) 推荐(0)
摘要: Attachments disappear with custom email event handler I was working with custom email event handler in SharePoint using SPEmailEventReceiver and found that when using the default functionality of I am... 阅读全文
posted @ 2009-11-05 17:26 玛雅人 阅读(507) 评论(0) 推荐(1)
摘要: StreamReader sr=new StreamReader("D:\\5.txt",System.Text.Encoding.Default); 第二个参数可以制定编码格式。 你也可以直接使用文本区对象的LoadFile方法: richTextBox1.LoadFile("D:\\5.txt",RichTextBoxStreamType.RichText); 阅读全文
posted @ 2009-10-16 14:28 玛雅人 阅读(1115) 评论(0) 推荐(0)
摘要: 1、获取程序启动路径 System.Windows.Forms.Application.StartupPath2、ASPX嵌入Server代码<script runat="server"> protected void Page_Load(object sender, EventArgs e) { Response.Write("OK2"); }</script><% SPHttpUtility.NoEncode(m_pageDescription,Response.Output); %>3、后台声明<% =jQ 阅读全文
posted @ 2009-06-24 17:42 玛雅人 阅读(206) 评论(0) 推荐(1)
摘要: 1、SA 认证:<add key="DbHelperConnectionString" value="Data Source=WS-JACKCH-03\SQLEXPRESS;Initial Catalog=POS;User ID=sa;Password=Password01!"/>2、Windows 认证:<add key="DbHelperConnectionString" v... 阅读全文
posted @ 2009-06-22 13:27 玛雅人 阅读(281) 评论(0) 推荐(0)
摘要: 1、让XP、Vista可以安装Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions (VSeWSS)   参考URL: http://www.cnblogs.com/starfish/archive/2009/02/16/1165842.html  文章简略:修改注册表来实现,如下:      [HKEY_LOCA... 阅读全文
posted @ 2009-06-12 12:58 玛雅人 阅读(218) 评论(0) 推荐(1)
摘要: DataGridView的GenerateMember 在Grid中要现实指定的列时候,不能去调属性:GenerateMember,如果设置成了false,那么编译都通不过。发现可行的一个做法是:在Form_Load事件中设置Grid的AutoGenerateColumns为False。然后指定列就行了 阅读全文
posted @ 2009-06-03 14:41 玛雅人 阅读(1229) 评论(0) 推荐(0)
摘要: http://www.codeguru.com/csharp/csharp/cs_data/xml/article.php/c6737 阅读全文
posted @ 2009-05-15 16:08 玛雅人 阅读(146) 评论(0) 推荐(0)
摘要: [ 2008-12-18 10:18:13 | 作者: Admin ] 字体大小: 大 | 中 | 小 以下是代码片段:http://www.weibaohui.com/article.asp?id=147spmanager2007 -- 推荐使用帮助:http://www.cnblogs.com/booolee/archive/2006/11/30/576487.html下载地址:http://... 阅读全文
posted @ 2009-05-07 10:11 玛雅人 阅读(220) 评论(0) 推荐(0)