You create a Microsoft ASP.NET AJAX application by using the

题目
单选题
You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Framework version 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need to ensure that the application displays the details of the client-side object on the debugger console.  What should you do?()
A

Use the Sys.Debug.fail method.

B

Use the Sys.Debug.trace method.

C

Use the Sys.Debug.assert method.

D

Use the Sys.Debug.traceDump method.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Framework version 3.5.  A JavaScript code segment in the AJAX application does not exhibit the desired behavior. Microsoft Internet Explorer displays an error icon in the status bar but does not prompt you to debug the script.  You need to configure the Internet Explorer to prompt you to debug the script.  Which two actions should you perform? ()

  • A、Clear the Disable Script Debugging (Other) check box.
  • B、Clear the Disable Script Debugging (Internet Explorer) check box. 
  • C、Select the Show friendly HTTP error messages check box.
  • D、Select the Enable third-party browser extensions check box.
  • E、Select the Display a notification about every script error check box.

正确答案:B,E

第2题:

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application.  You write the following code fragment.  ’ runat="server"/>  | English | Chinese | Japan | Korean | - 124 - Test Information Co., Ltd. All rights reserved. ’ runat="server" />      When you access the Web page, the application throws an error.  You need to ensure that the application successfully updates each caption and stores it in the database.  What should you do?()

  • A、Add the ID attribute to the Label control.
  • B、Add the ID attribute to the TextBox control.
  • C、Use the Bind function for the Label control instead of the Eval function.
  • D、Use the Eval function for the TextBox control instead of the Bind function.

正确答案:B

第3题:

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom-templated server control.  You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page.  Which interface should you implement?()

  • A、the ITemplatable interface 
  • B、the INamingContainer interface 
  • C、the IRequiresSessionState interface
  • D、the IPostBackDataHandler interface

正确答案:B

第4题:

单选题
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You plan to deploy the application to a test server.  You need to ensure that during the initial request to the application, the code-behind files for the Web pages are compiled. You also need to optimize the performance of the application.  Which code fragment should you add to the Web.config file?()
A

<compilation debug=true> 

B

<compilation debug=false> 

C

<compilation debug=true batch=true> 

D

<compilation debug=false batch=false>


正确答案: B
解析: 暂无解析

第5题:

You work as an ASP.NET Web Application Developer for SomeCompany.  The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. You create a Web page in the application. The Web page will get large sets of data from a data source.  You add a DataPager control to the page. You are required to display navigation controls that enable you to create a custom paging Ul for the DataPager control. What will you do?()

  • A、Use NextPreviousPagerField.
  • B、Use NumericPagerField.
  • C、Use PreviousPagerField.
  • D、Use NextPagerField.
  • E、Use TemplatePagerField.

正确答案:E

第6题:

You are employed as the senior administrator at Certkiller.com. You make use of Microsoft .NETFramework v3.5 to create a Microsoft ASP.NET application.  You make use of ASP.NET AJAX create a Web form. The code fragment below exists in the Webfrom. (The line numbers is included for reference purposes) 01  02 03 Sys.Application.add_init(initComponents); 04 05 function initComponents() {0607 } 08 09  10 11  13   You make use of the initComponents function to create and start a user behavior. This userbehavior is named CKBehavior. You have to make sure that CKBehavior is attached to CKTextBoxA. You should determine the appropriate code segment you need to add in line 6 toaccomplish this.  What should you identify?()

  • A、Your best option would be to insert Sys.Component.create(CKBehavior, $get('CKTextBoxA'),null, null, null)
  • B、Your best option would be to insert Sys.Component.create(CKBehavior, 'CKTextBoxA', null,null, null)
  • C、Your best option would be to insert $create(CKBehavior, null, null, null, $get('CKTextBoxA'))
  • D、Your best option would be to insert $create(CKBehavior, null, null, null, 'CKTextBoxA')

正确答案:C

第7题:

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  When you access the application in a Web browser, you receive the following error message: "Service Unavailable".  You need to access the application successfully.  What should you do? ()

  • A、Start Microsoft IIS 6.0.
  • B、Start the Application pool.
  • C、Set the .NET Framework version.
  • D、Add the Web.config file for the application.

正确答案:B

第8题:

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a custom-templated server control.  | English | Chinese | Japan | Korean | - 112 - Test Information Co., Ltd. All rights reserved. You need to ensure that the child controls of the server control are uniquely identified within thecontrol hierarchy of the page.  Which interface should you implement? ()

  • A、the ITemplatable interface
  • B、the INamingContainer interface
  • C、the IRequiresSessionState interface
  • D、the IPostBackDataHandler interface

正确答案:B

第9题:

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a custom-templated server control.  You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page.  Which interface should you implement?()

  • A、the ITemplatable interface
  • B、the INamingContainer interface
  • C、the IRequiresSessionState interface
  • D、the IPostBackDataHandler interface

正确答案:B

第10题:

单选题
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web form in the application by using the following code fragment:   01     02 protected void Button_Handler(object sender, EventArgs e)   03 {   04   // some long-processing operation.  05 }   06    07 
A

A

B

B

C

C

D

D


正确答案: A
解析: 暂无解析

更多相关问题