Whitch of the following cod segments should you use?

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?
A. <% Page Language="c#" Codebehined="status.aspx.cs" ClassName="Northwind.Status" %>
B. <% Page Language="c#" Codebehined="status.aspx.cs" Inherits="Northwind.Status" %>
C. <% Page Language="c#" Src="status.aspx.aspx.cs" Inherits="Northwind.Status" %>
D. <% Page Language="c#" Src="status.aspx.aspx.cs" ClassName="Northwind.Status" %>

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.