你正在创建一个内容页,它引用了另一个开发人员开发的母版页。已知,母版页公开了几个public属性:company,street,address,city,state,和phoneNumber;现在,你需要在你的PhoneNumberTextBox控件中显示phoneNumber的值(在母版页定义的)。你应该使用那一段代码?()
A. PhoneNumberTextBox.Text=Master.PhoneNumber;
B. PhoneNumberTextBox.Text=this.PhoneNumber;
C. PhoneNumberTextBox.Text=Content.PhoneNumber;
查看答案
YournetworkcontainsasingleActiveDirectorydomainnamedcontoso.com.ThedomaincontainsaDNSservernamedServer1thathoststhecontoso.comzone.Thenetworkisconnectedtothenetworkofapartnercompany.ThepartnercompanysnetworkcontainsaDNSserverthathostsazonenamednwtraders.com.Youneedtoensurethatcomputersincontoso.comcanresolvethenamesofcomputersinnwtraders.com.Thesolutionmustnotrequireanychangestothezoneconfigurationofnwtraders.com.WhatshouldyouconfigureonServer1?()
A. aconditionalforwarder
B. aGlobalNameszone
C. asecondaryzone
D. azonedelegation
您需要写一个代码段来执行以下任务:检索每个暂停服务的名称,通过集合名称为Collection1的Add方法添加到集合中。您应该用哪个代码实现?()
A
B
C
D
链接文字表示()
A. 在上一级窗口中打开 网页myblog.html
B. 在新窗口中打开网页myblog.html
C. 在同一个帧或窗口中打开网页myblog.html
D. 在浏览器的整个窗口中打开网页myblog.html,忽略任何框架
You are developing an application that dynamically loads assemblies from an application directory.You need to write a code segment that loads an assembly named Assembly1.dll into the current application domain.Which code segment should you use?()
A
B
C
D