皮皮学,免费搜题
登录
搜题
【单选题】
You are creating an ASP.NET Web site. The site has a master page named Custom.master. The code-behind file for Custom.master contains the following code segment.Partial Public Class Custom  Inherits System.Web.UI.MasterPagePublic Property Region As String    Protected Sub Page_Load(ByVal sender As Object,ByVal e As System.EventArgs) Handles Me.LoadEnd SubEnd Class You create a new ASP.NET page and specify Custom.master as its master page.You add a Label control named lblRegion to the new page.  You need to display the value of the master pages Region property in lblRegion.What should you do? ()
A.
Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Parent  lblRegion.Text = custom.Region
B.
Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Master  lblRegion.Text = custom.Region
C.
Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Page.FindControl("lblRegion") lblRegion.Text = Me.Region
D.
Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Master.FindControl("lblRegion") lblRegion.Text = Me.Region
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【判断题】水库不会影响下游桥梁桥下冲刷。()
A.
正确
B.
错误
【单选题】小龙去鹤地水库度假,一天清晨,发现在水库水面上有一些雾气,这个现象发生的物态变化和吸、放热情况是(  )
A.
液化放热
B.
升华吸热
C.
凝固放热
D.
熔化吸热
【单选题】对阿昔洛韦不敏感的病毒是( )
A.
单纯疱疹病毒
B.
带状疱疹病毒
C.
乙型肝炎病毒
D.
牛疽病毒
E.
生殖器疱疹病毒
【判断题】自动扶梯就是一个经过简单改装的输送带。两根转动的链圈以恒定周期拖动一组台阶,并以稳定速度承载许多人进行短距离移动。 ( )
A.
正确
B.
错误
【单选题】对阿昔洛韦不敏感的病毒是()
A.
带状疱疹病毒
B.
单纯疱疹病毒
C.
艾滋病并发带状疱疹
D.
RNA病毒
E.
生殖器疱疹病毒
【单选题】在数据通信中,调制解调器(Modem)中“调制”的含义是( )。
A.
实现模拟信号与数字信号的相互转换
B.
实现数字信号放大
C.
实现数字信号转换成模拟信号
D.
实现模拟信号转换成数字信号
【简答题】上游的水库可以使下游地区从中受益,但水库并没有从下游获得收益,这种现象是()
【单选题】对阿昔洛韦不敏感的病毒是()
A.
单纯疱疹病毒
B.
带状疱疹病毒
C.
乙型肝炎病毒
D.
牛痘病毒
E.
生殖器疱疹病毒
【单选题】对阿昔洛韦不敏感的病毒是( )
A.
单纯疮疹病毒
B.
牛瘟病毒
C.
乙型肝炎病毒
D.
带状疟疾病毒
E.
生殖器疱疹病毒
【单选题】在数据通信中,调制解调器(MODEM)中的“解调”的含义是( )
A.
实现模拟信号转换成数字信号
B.
实现数字信号转换成模拟信号
C.
实现数字信号放大
D.
实现模拟信号与数字信号的相互转换
相关题目: