You work as an application developer at Certkiller .com. You have recently created a business application that references another strong-named assembly named library.dll, and deployed it to all Certkiller .com users. Subsequent to testing the applications performance, you elect to upgrade the assembly’s version to 1.1.0.0. You need to ensure that the new version of will not affect any of Certkiller .com’s current users by adding the appropriate element to the assemblyBinding element in the application configuration file.What element should you add?()
查看答案
在Dreamweaver 8中,如果要创建一个框架网页,应选择()实现。
A. 点击标志1
B. 点击标志2
C. 点击标志3
D. 点击标志4
You work as an application developer at Certkiller .com. You are currently in the process of creating a shared assembly. You are required to perform many integration tests to make sure the assembly works properly with multiple applications. You want to avoid constantly updating each application’s reference when the assembly is updated. You have set the DEVPATH environmental variable to the default build location for the shared assembly. You need to ensure that the Common Language Runtime (CLR) uses DEVPATH to locate the shared assembly. What should you do?()
A
B
C
D
You are developing a Web page. The user types a credit card number into an input control named cc and clicks a button named submit. The submit button sends the credit card number to the server. A JavaScript library includes a CheckCreditCard function that returns a value of true if the credit card appears to be valid, based on its checksum. You need to ensure that the form cannot be used to submit invalid credit card numbers to the server. What should you do?()
A. Configure the input control to run on the server. On the submit button, add a server-side OnClick handler that calls CheckCreditCardandrejectstheformsubmission if the input is invalid.
B. On the input control,add an onChange handler that calls CheckCreditCard and cancels the form submission when theinputisinvalid.
Configure the input control and the submit button to run on the server. Add a submit_OnClick handler that calls CheckCreditCardandrejectstheformsubmissionifthe input is invalid.
D. On the form, add an onSubmit handler that calls CheckCreditCard and cancels the form submission if the inputisinvalid.
对于层的属性,选择()可以使浏览器仅在需要时显示层的滚动条。
A. 点击标志1
B. 点击标志2
C. 点击标志3
D. 点击标志4