Sharepoint delegate control】的更多相关文章

<?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <Control Id="SmallSearchInputBox" ControlSrc="~/_controltemplates/MyDelegateControl2/UserControl…
这个控件SharePoint用来选择Field ,和Content Type, 以下是一个完整的示例. <SharePoint:GroupedItemPicker ID="SelectColumn" runat="server" CandidateControlId="SelectCandidate" ResultControlId="SelectResult" AddButtonId="AddButton&q…
Question  147 Your company has an existing SharePoint 2010 public-facing Web site. The Web site runs on multiple loadbalanced Web front-ends. Your company recently changed its name. You are asked to design a plan to update the Web site content to ref…
Question 45 You are designing a branding strategy for a customer with a new SharePoint 2010 server farm. The branding strategy you recommend must enable each department in the company to customize sites with their specific branding preferences. The d…
Question 52You are responsible for rebranding the My Sites section of a corporate SharePoint 2010 farm. The new branding includes a change to the Quick Launch menu in all corporate My Sites pages. You do not have access to modify any master pages. Al…
Question 100You create a Web Part.You need to display the number of visits to a SharePoint site collection in a label named LblVisits. You write the following code segment. (Line numbers are included for reference only.) 01 SPSecurity.RunWithElevated…
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"Sequ…
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 p…
Question25You develop a new publishing page layout named MyPage.aspx for a SharePoint site.You create an Elements.xml file. Elements.xml contains the following code segment. (Line numbers are included for reference only.) 01 <File Url="mypage.aspx…
起因: 一朋友问我如何隐藏SharePoint 2010中"回收站"和"所有网站内容".我告诉他需要写点css,然后他就蒙圈了(他是英文专业). 解决方案: 一:使用场解决方案 如果你的环境支持场解决方案,可以用Delegate Control.这里推荐一篇注册jQuery到SharePoint的文章: https://www.concurrency.com/blog/w/add-jquery-to-sharepoint 二:使用沙盒解决方案 思路:使用Custom…