问题:
You create an ASP.NET server control in the SampleControl namespace. The control uses a JavaScript file names Refresh.js to implement AJAX functionality.You need to ensre that the JavaScript file is included in the assembly.
Which two actions should you perform?()
A . Add the following assembly attribute to the AssemblyInfo file.
B . Add the following assembly attribute to the AssemblyInfo file.
C . In the Properties window for the Refresh.js file, set the Build Action to Embedded Resource.
D . In the Properties window for the Refresh.js file, set the Build Action to Content.
You create an ASP.NET server control in the SampleControl namespace. The control uses a JavaScript file names Refresh.js to implement AJAX functionality.You need to ensre that the JavaScript file is included in the assembly.
Which two actions should you perform?()
● 参考解析
本题暂无解析
相关内容
相关标签