1. Question: Which control automatically uses the Web.sitemap file to display site map information to a user on a webpage?

    A
    Menu

    B
    TreeView

    C
    SiteMapDataSource

    D
    SiteMapPath

    Note: Not available
    1. Report
  2. Question: You want to provide an Up button for your webpages that users can click to navigate one level higher on your website. You want to define the hyperlink programmatically by using the site map. Which class can you use to access the site map content to accomplish this?

    A
    SiteMapPath

    B
    SiteMapDataSource

    C
    SiteMap

    D
    HttpServerUtility

    Note: Not available
    1. Report
  3. Question: Which of the following can be a Web Part? (Choose all that apply.) [textbook:70-515]

    A
    A control based on the Web User Control template

    B
    A standard Label control

    C
    A type derived from WebPart

    D
    A master page

    Note: Not available
    1. Report
  4. Question: Which of the following are required to enable users to change the title of a Web Part? [Ref-book:70-515] (Choose all that apply.)

    A
    LayoutEditorPart

    B
    EditorZone

    C
    CatalogZone

    D
    AppearanceEditorPart

    Note: Not available
    1. Report
  5. Question: You have developed a webpage with many different Web Part components. Some Web Parts are enabled by default, and you want to give the user the ability to display others. Which classes should you use? (Choose all that apply.)

    A
    LayoutEditorPart

    B
    DeclarativeCatalogPart

    C
    CatalogZone

    D
    AppearanceEditorPart

    Note: Not available
    1. Report
  6. Question: You have created a Web Part control that prompts the user for personalization information, including his or her name, region, and preferences. You want other controls to be able to read information from this control to customize the information they display. How should you modify your Web Part to enable other Web Parts to connect to it?

    A
    Create a method that shares the user’s information, and add the ConnectionConsumer attribute to that method.

    B
    Create a method that shares the user’s information, and add the ConnectionProvider attribute to that method.

    C
    Create a public property that shares the user’s information, and add the Connection- Consumer attribute to that method.

    D
    Create a public property that shares the user’s information, and add the Connection- Provider attribute to that method.

    Note: Not available
    1. Report
  7. Question: You need to create a webpage that is available in both the default language of English and for users whose browsers identify them as German. Which of the following resource files should you create? (Choose all that apply.)

    A
    App_LocalResources/Page.aspx.resx.de

    B
    App_LocalResources/Page.aspx.resx

    C
    App_LocalResources/Page.aspx.de.resx

    D
    App_LocalResources/Page.aspx.en.resx

    Note: Not available
    1. Report
  8. Question: What must you do to enable users to select their own language preferences (outside of browser and machine settings)? (Choose all that apply.)

    A
    Set the Page.Culture property.

    B
    Set the Page.UICulture property.

    C
    Override the Page.InitializeCulture method.

    D
    Override the Page.ReadStringResource method.

    Note: Not available
    1. Report
  9. Question: What markup would you write to explicitly attach the local resource, SubmitButtonText, found inside the application’s collection of MyLocalResources.aspx.<language>.resx files, to the Text property of a button control?

    A
    <asp:Button ID="Button1" runat="server" Text="<%$ Resources:, SubmitButtonText %>" />

    B
    <asp:Button ID="Button1" runat="server" Text="<%$ Resources:MyLocalResources, SubmitButtonText %>" />

    C
    <asp:Button ID="Button1" runat="server" Text="<%$ SubmitButtonText, Resources:%>" />.

    D
    <asp:Button ID="Button1" runat="server" Text="<%$ SubmitButtonText, Resources:MyLocalResources %>" />

    Note: Not available
    1. Report
  10. Question: You add a global resource with the name Login by using Visual Studio. How can you access that global resource programmatically?

    A
    Resources.Resource.Login

    B
    Resources.Resource(“Login”)

    C
    Resources(“Login”)

    D
    Resources.Login

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd