问题描述:
[单选]
你正在创建一个内容页,它引用了另一个开发人员开发的母版页。已知,母版页公开了几个public属性:company,street,address,city,state,和phoneNumber;现在,你需要在你的PhoneNumberTextBox控件中显示phoneNumber的值(在母版页定义的)。你应该使用那一段代码?
A.PhoneNumberTextBox.Text = Master.PhoneNumber;
B.PhoneNumberTextBox.Text = this.PhoneNumber;
C.PhoneNumberTextBox.Text = Content.PhoneNumber;
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.42)
- 热门题目: 1.产品的最初来源是自然界,经过 2.属于古代“五礼”的有() 3.原则上,客户的配送顺序安排好
