Every web page is a custom class that inherits
from
System.Web.Page
System.Page
System.Web.UI.Page.
System.Web.Page Ul
h
Option from this
Answers
Answered by
0
Answer:
3rd Option is the answer according to me
Explanation:
I think so
Answered by
0
Answer:
The correct answer is option C
Explanation:
- System.Web.UI represents an .aspx file, also known as a Web Forms page, requested from a server that hosts an ASP.NET Web application.
- The Page class is associated with files that have an .aspx extension. These files are compiled at run time as Page objects and cached in server memory.
- If you want to create a Web Forms page using the code-behind technique, derive from this class. Rapid application development (RAD) designers, such as Microsoft Visual Studio, automatically use this model to create Web Forms pages.
- The Page object serves as the naming container for all server controls in a page, except those that implement the INamingContainer interface or are child controls of controls that implement this interface.
- The Page class is a control that acts as the user interface for your Web application, and as such should be scrutinized to make sure best practices for writing secure code and securing applications are followed.
Similar questions
Environmental Sciences,
1 month ago
Biology,
1 month ago
Computer Science,
2 months ago
English,
10 months ago
English,
10 months ago