Page.RegisterRequiresPostBack(this);
Page.RegisterRequiresControlState(this);
Page.UnregisterRequiresControlState(this);
Page.RegisterStartupScript(SharedControl,server);
第1题:
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.
第2题:
You work as a Web Developer at Certkiller.com. You create a Web application using MicrosoftASP.NET 3.5. Certkiller.com hosts the application in Microsoft Internet Information Services 7.0. You attempt tobrowse the application and receive the following error message: Service Unavailable HTTP Error 503. The service is unavailable. You check and discover that you are able to browse successfully to other application that formspart of the same IIS Web site. The hosted applications on the network make use of ASP.NET 3.5.There are not previous versions of ASP.NET is installed. You need to resolve this error as soon aspossible. What should you do?()
第3题:
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?()
第4题:
<compilation debug=true>
<compilation debug=false>
<compilation debug=true batch=true>
<compilation debug=false batch=false>
第5题:
Page.RegisterRequiresPostBack(this);
Page.RegisterRequiresControlState(this);
Page.UnregisterRequiresControlState(this);
Page.RegisterStartupScript(SharedControl,server);
第6题:
Attach Microsoft Visual Studio.NET to the w3wp.exe process.
Attach Microsoft Visual Studio.NET to the inetinfo.exe process.
Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.
Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.
第7题:
Attach Microsoft Visual Studio.NET to the w3wp.exe process.
Attach Microsoft Visual Studio.NET to the inetinfo.exe process.
Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.
Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.
第8题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第9题:
Add the ID attribute to the Label control.
Add the ID attribute to the TextBox control.
Use the Bind function for the Label control instead of the Eval function.
Use the Eval function for the TextBox control instead of the Bind function.
第10题:
Set the Remote Debugging Monitor to use Windows Authentication.
Add the ContosoUser account to the domain Administrators group.
Add the ContosoUser account to the local Administrators group on the ContosoTest server.
Change the ASP.NET worker process on the ContosoTest server to run as the local Administrator account.
第11题:
Use the Sys.Debug.fail method.
Use the Sys.Debug.trace method.
Use the Sys.Debug.assert method.
Use the Sys.Debug.traceDump method.
第12题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第13题:
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? ()
第14题:
You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application. The database on the Microsoft SQL Server 2005 database has two tables that are displayed by using two SqlConnection objects in two different GridView controls. You want the tables to be displayed at the same time with the use a single SqlConnection object. What should you do?()
第15题:
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?()
第16题:
A
B
C
D
第17题:
Page.RegisterRequiresPostBack(Me)
Page.RegisterRequiresControlState(Me)
Page.UnregisterRequiresControlState(Me)
Page.RegisterStartupScript(SharedControl, server)
第18题:
Remove the rights from the ASP.NET user to the file.
Remove the rights from the application pool identity to the file.
Add the <identity impersonate=true/> section to the Web.config file.
Add the <authentication mode=[None]> section to the Web.config file.
第19题:
Use the Sys.Debug.fail method.
Use the Sys.Debug.trace method.
Use the Sys.Debug.assert method.
Use the Sys.Debug.traceDump method.
第20题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第21题:
A
B
C
D
第22题:
SelectedValue='<%# Eval(CategoryID) %>'
SelectedValue='<%# Bind(CategoryID) %>'
SelectedValue='<%# Eval(CategoryName) %>'
SelectedValue='<%# Bind(CategoryName) %>'
第23题:
Restart of the Microsoft IIS 6.0 host.
Restart of the Microsoft Windows Server 2003 that hosts the Web application.
Addition of a new assembly in the Bin directory of the application.
Addition of a code segment that requires recompilation to the ASP.NET Web application.
Enabling of HTTP compression in the Microsoft IIS 6.0 manager for the application.
Modification to the Web.config file in the <system.web> section for debugging the application.