answersLogoWhite

0


Best Answer

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

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

as you see, active server page

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the concept of active server page?
Write your answer...
Submit
Still have questions?
magnify glass
imp