Framework 2.x vs. MustInherit?

A

Arthur Dent

Cheers all,

Right now in ASP.NET, if you make a base Page class that you use in your app
which inherits from System.Web.UI.Page, you cannot declare it as
MustInherit, because you wind up with some message about being derived from
an abstract class. And you get the same problem with controls.

Does anyone know whether this has been fixed in the Framework 2.0 release?
There are times where it would really be a nice thing to be able to make
MustOverride properties.

CheerZ,
- Aaron.
 
G

garethdjames

have checked this in the latest beta, visual studio 2005 beta 2 and it
works fine

We can now have abstract (MustInherit) base classes for pages

About time too!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top