Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 inheriting class while using single page code mode

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2007-05-17 : 01:05:51
inheriting from a class while using single page code model

HI, I need to use single page code model in asp.net 1.1 and I need that my page inherit from a class that belong to a certain namespace myPath.MyNamespace
How do I implement the fact that the page inherits from the class : myClass when I don t wanna use code behind.
Thanks

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2007-05-17 : 08:22:40
Right at the top of your page, in the @Page directive, you have:

Inherits="NameSpace.Class"



- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page
   

- Advertisement -