answersLogoWhite

0

An Active Server Page has two components -- the HTML component which constructs the visual representation and the Code Behind Page which has the Visual Basic code that provides the functionality. In the Code Behind Page, the form is declared as

Partial Class ProductNew

InheritsSystem.Web.UI.Page

This means that the original form is a member of the page class but it is simply a container that doesn't do anything. The Partial class inherits the characteristics of the page but then adds the functionality of the code.

User Avatar

Wiki User

15y ago

What else can I help you with?