T
Tee
in ASP.NET 1.1,
I created a Class, and the class Inherits System.Web.UI.Page ...
I write my common error handling code there, under Protected Overrides Sub
OnError(ByVal e As System.EventArgs)
and all my ASPX inherits the class with no problem.
But in ASP.NET 2, how can I do the same ?
I can't get my ASPX file to inherits any other thing beside
System.Web.UI.Page ...
anyone know how ?
Thanks,
Tee
I created a Class, and the class Inherits System.Web.UI.Page ...
I write my common error handling code there, under Protected Overrides Sub
OnError(ByVal e As System.EventArgs)
and all my ASPX inherits the class with no problem.
But in ASP.NET 2, how can I do the same ?
I can't get my ASPX file to inherits any other thing beside
System.Web.UI.Page ...
anyone know how ?
Thanks,
Tee