70-528 試験問題を無料オンラインアクセス

試験コード:70-528
試験名称:TS: Microsoft .NET Framework 2.0 - Web-based Client Development
認定資格:Microsoft
無料問題数:149
更新日:2025-09-01
評価
100%

問題 1

You are creating a Microsoft ASP.NET Web application that allows users to choose a stylesheet theme for a Web page.
The application contains a combo box that is defined by the following code fragment.
<asp:DropDownList ID="cmbThemes" runat="server"> <asp:ListItem Text="Blue" Value="BlueTheme"/> <asp:ListItem Text="Red" Value="RedTheme"/> <asp:ListItem Text="Green" Value="GreenTheme"/> </asp:DropDownList>
You need to apply a stylesheet theme to a Web page when a user selects a theme from the combo box.
Which code segment should you add to the code file of the Web page?

問題 2

You have a Web site that uses a Microsoft ASP.NET membership provider.
You create a registration Web page that contains the following code fragment.
<asp:createuserwizard id="CreateUserWizard1" runat="server">
<WizardSteps>
<asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server"/>
<asp:CompleteWizardStep ID="CompleteWizardStep1" runat="server" />
</WizardSteps>
</asp:createuserwizard>
You need to ensure that during registration, users type a valid e-mail address on the registration Web page.
Which code fragment should you add to the Page_Load event?

問題 3

You are developing a Microsoft ASP.NET inventory management application. You need to set output-cache expirations to meet the following requirements: The Web page is cached only for one hour.
A single instance of the Web page is maintained in the cache. Secondary storage of sensitive information does not occur. Which directive should you use?

問題 4

You are creating a Web setup project to deploy a Web application.
You configure the Web setup project to configure Internet Information Services (IIS) 6.0 server settings.
You need to ensure that the Anonymous access setting is disabled and the Integrated Windows
authentication setting is enabled.
What should you do?

問題 5

You are creating a Web application.
The application contains a DataSet named myDataSet.
You need to fill myDataSet from an XML document. You also need to ensure that the current schema
contained in myDataSet, including tables, is extended.
Which code segment should you use?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。