当前位置: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 . Dim ps As PagerStyle = 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 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? ()
参考答案:

  参考解析

本题暂无解析

在线 客服