当前位置:MCTS(70-528)题库

问题:

[单选] You are creating a mobile Web Form that dynamically displays news items. You want to display news items by using an instance of a mobile TextView control named TextViewNews. You need to configure the Web Form that contains TextViewNews. The Web Form must enable pagination in case a users device does not display the full text of a news item. Which code segment should you use? ()

A . PagerStyle ps = new PagerStyle();ps.NextPageText = “more>”;ps.PreviousPageText = “<back”;FormNews.Paginate = true;
B . FormNews.PagerStyle.NextPageText = “more >”;FormNews.PagerStyle.PreviousPageText = “< back”;TextViewNews.PaginateRecursive(new ControlPager(FormNews, 1000));
C . FormNews.PagerStyle.NextPageText = “more >”;FormNews.PagerStyle.PreviousPageText = “< back”;FormNews.PaginateRecursive(new ControlPager(FormNews, 1000));
D . FormNews.PagerStyle.NextPageText = “more >”;FormNews.PagerStyle.PreviousPageText = “< back”;FormNews.Paginate = true

You create a Web page that contains the following image element. You need to write a JavaScript function that will dynamically change which image is displayed. Which code segment should you use?() function changeImage() {myImage.src = "image2.png"; }。 function changeImage() { document.getElementById("myImage").src = "image2.png"; }。 function changeImage() { getElementById("myImage").src = "image2.png"; }。 function changeImage() { window.getElementById("myImage").src = "image2.png"; }。 我国坚持对外开放的基本国策之所以具有充分的可行性,是因为()。 我国现阶段经济和社会发展迫切要求对外开放。 和平与发展是当今时代的主题。 社会主义本质内在地要求对外开放。 我国有近代以来闭关锁国的沉痛教训。 局域网的典型特性是低数据速率,小范围,高误码率。 医疗安全不良事件分为()个等级。 Certkiller.COM有一个Active Directory域。在Active Directory中的所有服务器运行Windows Server 2008。 Certkiller。COM运行的企业根证书颁发机构(CA)。你必须确保只有管理员可以签署代码。你应该执行哪两个任务来实现这一任务呢() 更改本地计算机策略的企业根CA仅允许管理员管理受信任的发布。。 发布的代码签名模板。 更改模板的安全设置,只允许管理员请求代码签名证书。 管理员之间分发代码签名模板,并要求他们将其添加到信任同行证书。。 You are creating a mobile Web Form that dynamically displays news items. You want to display news items by using an instance of a mobile TextView control named TextViewNews. You need to configure the Web Form that contains TextViewNews. The Web Form must enable pagination in case a users device does not display the full text of a news item. Which code segment should you use? ()
参考答案:

  参考解析

本题暂无解析

在线 客服