上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: Silverlight Client:1. 添加引用, Add Reference:    Microsoft.SharePoint.Client.Silverlight.dll;    Microsoft.SharePoint.Client.Silverlight.Runtime.dll.  路径:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\ClientBin;2. code 与 Managed Client code 类似, 具体代码可以看:SharePoi 阅读全文
posted @ 2010-12-14 11:40 LeimOO 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Managed Client:1. 需要添加引用: Add Reference: Microsoft.SharePoint.Client.dll; Microsoft.SharePoint.Client.Runtime.dll 路径:一般情况下在:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI;2. 可以使用的Class: 客户端 服务器 ClientContext SPContext Site SPSite Web SPWeb List SPList ListItem SPListI 阅读全文
posted @ 2010-12-14 11:35 LeimOO 阅读(232) 评论(0) 推荐(0) 编辑
摘要: SharePoint 2010 - Complete details about Client Object Model This is the introduction to the Client Object model introduced in the SharePoint 2010. This is going to be a huge help and useful part in SharePoint 2010 for developers and makes lot of customization to the existing SharePoint system.In ea 阅读全文
posted @ 2010-12-14 11:25 LeimOO 阅读(321) 评论(0) 推荐(0) 编辑
摘要: Description:An error occurred while trying to make a request to URI 'http://localhost/_vti_bin/Lists.asmx'. This could be due to attempting to access a service in a cross-domain way without a proper c... 阅读全文
posted @ 2010-12-02 16:28 LeimOO 阅读(456) 评论(0) 推荐(0) 编辑
摘要: 1. javaScript函数中执行C#代码中的函数:方法一:1、首先建立一个按钮,在后台将调用或处理的内容写入button_click中;2、在前台写一个js函数,内容为document.getElementById("btn1").click();3、在前台或后台调用js函数,激发click事件,等于访问后台c#函数;2.如何在JavaScript访问C#变量?答案如下:方法一: 1、通过页面... 阅读全文
posted @ 2010-11-30 17:54 LeimOO 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 来源:http://www.codeproject.com/KB/XML/wss_web_service_helper.aspx在使用时,发现生成的disco文件和wsdl文件有些错误,所以修改了下源文件,重新编译了一下。下载地址:WSSWebServicePackager 阅读全文
posted @ 2010-08-20 11:52 LeimOO 阅读(497) 评论(0) 推荐(0) 编辑
摘要: How to create custom sharepoint web service, you can see:http://www.walisystems.com/articles/SPS/uplservice/v1/creating%20a%20custom%20web%20service.htm1.Disco.exe: When using the commond: discohttp:/... 阅读全文
posted @ 2010-08-20 11:39 LeimOO 阅读(507) 评论(1) 推荐(1) 编辑
摘要: Creating a Custom Web Service for SharePoint Category: Microsoft Office SharePoint Server 2007, Windows SharePoint Services 3.0There are a couple of Microsoft articles available on the internet that w... 阅读全文
posted @ 2010-08-20 10:08 LeimOO 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 在实际项目中经常会遇到客户要求查询列表视图要像一般的ASP.NET一样,如果条件简单让他们直接用列表视图筛选功能就可以了。如果筛选条件很复杂的话,他们就没办法直接用列表视图筛选功能来实现了,那我们怎么办呢?那我们就开发一个查询功能的WebPart,让用户输入查询条件来查询。以下我把最有用的部分发布出来,相信大家都会构造SPQuery查询语句。 private void cmdListFiltes_... 阅读全文
posted @ 2010-07-20 10:46 LeimOO 阅读(360) 评论(0) 推荐(0) 编辑
摘要: The Microsoft.SharePoint.WebControls namespace of the Microsoft.SharePoint.dll contains a number of validation controls that can be used on application pages and web parts to validateuser entryin the ... 阅读全文
posted @ 2010-07-20 10:42 LeimOO 阅读(580) 评论(0) 推荐(0) 编辑
摘要: Jquery实例中关于Ajax调取数据多集中在页面获取,关于WebService调取介绍很少,这里贴出代码,也是举例性质,后台根据自己情况进行更详细的查询返回。这里要说明几点:1、WebService地址必须是全称;2、数据返回(dataType)为xml,如果要返回Json,代码需要调整;3、参数写法看实例;页面部分代码:<%...@ Page Language="C#" AutoEven... 阅读全文
posted @ 2010-07-08 17:37 LeimOO 阅读(331) 评论(0) 推荐(0) 编辑
摘要: Using a ConfirmButton In a RepeaterChristian WenzOverviewThe ConfirmButton extender in the AJAX Control Toolkit creates a Yes/No popup when the user clicks on a button (including LinkButton control). ... 阅读全文
posted @ 2010-06-23 17:19 LeimOO 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 本条错误涉及到的WIN应用程序LOG错误有:1.Failed to retrieve token for VMware user: 登录失败: 未授予用户在此计算机上的请求登录类型。 (1385)2.Failed to retrieve token for VMware user: 登录失败: 禁用当前的帐户。 (1331)3.Could not choose a '__vmware_user__... 阅读全文
posted @ 2010-05-28 14:43 LeimOO 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 1 response.redirect 这个跳转页面的方法跳转的速度不快,因为它要走2个来回(2次postback),但他可以跳 转到任何页面,没有站点页面限制(即可以由雅虎跳到新浪),同时不能跳过登录保护。但速度慢是其最大缺陷!redirect跳转机制:首先是发送一个http请求到客户端,通知需要跳转到新页面,然后客户端在发送跳转请求到服务器端。需要注意的是跳转后内部空间保存的所有数据信息将会丢... 阅读全文
posted @ 2010-03-01 19:48 LeimOO 阅读(735) 评论(0) 推荐(0) 编辑
摘要: 委托 1、委托可确保回调方法是类型安全的; 2、委托可以顺序调用多个方法,并支持静态方法和实例方法; 3、委托封装实例方法是非常有用的,因为对象内部的代码可以访问对象的实例方法成员,这就意味着对象可以维护一些状态,并且在回调方法执行期间用到这种状态; 4、委托实际上是类,因为编译器会为委托生成一个完整的类,所以在可以定义类的地方,就可以定义委托; 5、Delegate类定义了两个只读的公共... 阅读全文
posted @ 2010-01-29 11:53 LeimOO 阅读(202) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页