I doubt you can. VB.NET does not offer generics in 2005, so I don't see why they'd put generics into ASP.NET, when half their users cannot use it. Christian Graus - Microsoft MVP - C++
hi i think you should do like this... class GenericWebClass : System.Web.UI.Page { } class yourASPXpage1 : GenericWebClass { } class yourASPXpage2 : GenericWebClass { } don inherit class in .aspx file may be worked.... :) Mihir...