Page Templates
page 2 of 7
by . .
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 31123/ 59

Code-Behind Pages

Code-Behind Pages

Pages without code-behind are another story. They are compiled into a code-behind class when run, but you cannot actually tell it to inherit from another class which is why code-behind pages are better for this.

Code-behind pages are the "raw page code" and allow you to do all of this fancy inheritance from the Page class.

Take a look at your code-behind page -

Public Class cdo
Inherits
System.Web.UI.Page

You can see here that the code-behind class is just an inherited Page class as well (sure is a useful class eh?)

Well, enough of this stuff, let's get into these page classes.


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-25 5:08:33 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search