问题描述:
[单选]
你正在创建一个内容页,它引用了另一个开发人员开发的母版页。已知,母版页公开了几个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.61)
- 热门题目: 1.什么是网上支付汇款? 2.现金流量表中,属于投资活动产 3.在开展风险评估时,潜在损失最
