nerdexam
Microsoft

98-361 · Question #277

You are developing an ASP.NET appilcation using C#. You create a code-behind class named Status that contains the business logic. This class is under the namespace Northwind and is stored in a file…

The correct answer is C. <% Page Language="c#". See the full explanation below for the reasoning.

Question

You are developing an ASP.NET appilcation using C#. You create a code-behind class named Status that contains the business logic. This class is under the namespace Northwind and is stored in a file named status. aspx.cs. You need to writebthe user interface code that uses this class. Whitch of the following cod segments should you use?

Options

  • A<% Page Language="c#"
  • B<% Page Language="c#"
  • C<% Page Language="c#"
  • D<% Page Language="c#"

How the community answered

(53 responses)
  • A
    6% (3)
  • B
    15% (8)
  • C
    77% (41)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice