070-573 무료 덤프문제 온라인 액세스
| 시험코드: | 070-573 |
| 시험이름: | TS: Office SharePoint Server, Application Development (available in 2010) |
| 인증사: | Microsoft |
| 무료 덤프 문항수: | 150 |
| 업로드 날짜: | 2026-08-31 |
You create a Web Part that contains the following code segment. (Line numbers are included for reference only.)
01 public class WebPart1 : WebPart02 {17 }
03 04
public WebPart1() {}
05 06 07 08
protected override void CreateChildControls(){ Button clickButton = new Button();
09 10 11
base.CreateChildControls();}
12 13 14
protected override void RenderContents(HtmlTextWriter writer){
15 16
base.RenderContents(writer);}
You discover that the clickButton button does not appear.
You need to ensure that clickButton appears.
What should you do?
You create a Feature receiver.
You need to hide the Quick Launch navigation bar of a SharePoint site.
What should you use?
You need to convert a user control named Control.ascx to a SharePoint Web Part. The Web Part must be packaged as a user solution.
What should you do?
You have a SharePoint site. The current master page of the site is v4.master.
You create a custom master page named MyMasterPage.master.
You deploy the master page to /_catalogs/masterpage/.
You need to apply the custom master page to only the content pages of the site.
What should you do?