如何看InfoPath表單是否發布成功:開啟SharePoint 3.0管理中心,在應用程式管理有 InfoPath Form Services 一節,進入“Manage Form Template”就可以看到你所有發布的表單。其中看狀態 Status 欄,如果為 Ready,則表示該表單已經準備好可以使用了;如果為 Installing,那就是有可能因為前面羅列的各種原因造成表單範本還無法正常發布,這時候你就要檢查了。另外,你可以通過URL訪問已經發布的表單,地址為類似 http://伺服器/
Question 32You create a custom Web Part.You need to ensure that a custom property is visible in Edit mode.Which attribute should you set in the Web Part?A. PersonalizableB. WebBrowsableC. WebCategoryNameD. WebDisplayName解析:
Question 35You have a custom Web Part that is deployed as a sandboxed solution.You need to ensure that the Web Part can access the local file system on a SharePoint server. You must minimize the amount of privileges assigned to the Web Part.What
Question 40You need to send a single value from a consumer Web Part to a provider Web Part.Which interface should you use?A. IAlertNotifyHandlerB. IWebPartFieldC. IWebPartParametersD. IWebPartRow解析:本題的目的是在Webpart之間傳遞“單值”(single value)資料。直接分析各選項:選項A.
Question 48You create a user control named MySearchBox.ascx.You plan to change the native search control in SharePoint to MySearchBox.ascx. You implement a Feature that contains the following code segment.<Control Id="SmallSearchInputBox"Sequence=
Question45You create and deploy a custom Web Part.You add the Web Part to a page and receive a run-time error. You need to display the detailed information of the error on the page.Which two actions should you perform? (Each correct answer presents
static void Main(string[] args) { string newPageUrl = ""; SPSecurity.RunWithElevatedPrivileges(delegate()// executing this code with elevated privileges will help whenever we create the publishing pages from a sharepoint portal site for an another