上一页 1 ··· 7 8 9 10 11
摘要: using (SPSite site=new SPSite(siteurl)) { using(SPWeb web=site.OpenWeb()) { try { SPList list = web.Lists["ServiecesInfo"]; SPFieldChoice spcustomerlocation = new SPFieldChoice(list.Fields, "CustomerL... 阅读全文
posted @ 2009-10-13 19:48 StarWang 阅读(411) 评论(0) 推荐(0) 编辑
摘要: SharePoint的工作流具有很多的问题,其在开发复杂工作流上的能力“有限”,或者说其“潜力无限”,但是挖掘过程太过复杂,鉴于这个原因,结合自己在实际项目中的经验,笔者在5月份发布了QuickFlow1.0版,供大家免费使用,并在6月初的MSIW SharePoint精英峰会上进行了介绍,之后一直很懒散,没有对其进一步进行介绍,在接下的几篇文章中,... 阅读全文
posted @ 2009-10-13 09:16 StarWang 阅读(484) 评论(0) 推荐(0) 编辑
摘要: SharePoint有很多好用的控件,如果我们自己开发WebPart,或开发部署到Layouts中的应用程序页面,可以直接来用这些系统控件。SharePoint中有两个富文本控件:InputFormTextBox和HtmlEditor,看下面一幅图片: 上面那个就是InputFormTextBox,而下面的自然是HtmlEditor了。InputFormTextBox名称控件是Microsoft.... 阅读全文
posted @ 2009-10-13 08:50 StarWang 阅读(1887) 评论(2) 推荐(0) 编辑
摘要: 出现问题. ------------ sharepoint配置失败 未能创建配置数据库 已引发类型为 Microsoft.SharePoint.SPException的异常. 其他异常信息: 需要SQL Server 8.00.760或更高版本. 方法一: “在SQL 中的Security中要給域帳號開發三個權限:安全、創建、Administrator. “ , 在 服务器... 阅读全文
posted @ 2009-10-12 12:07 StarWang 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 基于ASP.NET AJAX的WebPart开发与部署Windows SharePoint Services v3 基于ASP.NET 2.0构建。Microsoft ASP.NET AJAX 1.0在MOSS之后推出,因此在某些情况下,ASP.NET AJAX 和 SharePoint之间存在一些兼容性问题,这些问题将会在Windows SharePoint Services SP1中解决。在此... 阅读全文
posted @ 2009-10-11 09:02 StarWang 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 在导入到moss site 的web 应用程序中,将头源代码和尾部修改进行修改<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Hello1.aspx.cs" Inherits="try3._Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transi... 阅读全文
posted @ 2009-10-11 08:48 StarWang 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 当你在添加列表时出现""The security validation for this page is invalid. Click Back in your Webbrowser, refresh the page, and try your operation again.""时,请操作以下步骤:打开 SharePoint3.0 Central Administration -> Ap... 阅读全文
posted @ 2009-10-11 08:47 StarWang 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1 对该web应用程序进行发布2 对发布出来的bin文件夹里的.dll文件进行像web part一样的操作找到moss site 的Web.config 文件加入<SafeControl Assembly="try, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36fa527584be3969" Namespace="try" TypeN... 阅读全文
posted @ 2009-10-11 08:44 StarWang 阅读(207) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11