1
Ups

Blog by Hemant Gupta: ASP.net Base Page

published 199 days, 9 hours, 59 minutes ago posted by hemanthemant 200 days, 4 hours, 26 minutes ago
Thursday, November 03, 2011 4:14:58 AM GMT Wednesday, November 02, 2011 9:47:30 AM GMT

The auto-generated ASP.NET page class must extend the Page class (as shown in the code below), You can optionally create a base class from which all pages will derive from, When creating a base class, you'll typically have this base class extend the Page class. If you are using the code-behind model your code-behind classes will need to be modified to inherit from the new base class as opposed to the Page class. This gives you greater flexibility in controlling your application and reduce code significan...

category: ASP.NET | clicked: 2 | | source: hemantg.blogspot.com | show counter code
tags: ASP.NET, Base Page, OOPS

No comments yet, be the first one to post comment.

To post your comment please login or signup