Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 2201 | Replies: 3
![]() |
Here is an example using a class called MyClass in Page1.aspx
In you class file:
In your code behind page:
So, you are replacing "Inherits System.Web.UI.Page" in your codebehind pages with the name of your class.
-sypher
In you class file:
Public Class MyClass
Inherits System.Web.UI.PageIn your code behind page:
Public Class Page1
Inherits MyClassSo, you are replacing "Inherits System.Web.UI.Page" in your codebehind pages with the name of your class.
-sypher
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode