I am unclear why the System.Web.UI.Page class derives the IHttpHandler. There are two members in the Interface and they are not used not used by the Page Class (ProcessRequest and IsReusable). The IHttpHandler (Defines the contract that ASP.NET implements to synchronously process HTTP Web requests using custom HTTP handlers.) I say they are not used because in the Object Browser when you click on Page in the Objects Pane they are gray in the Objects Member Pane and intellisense does not show them. Am I way off the mark with this question.
Thank you,
Marty
Thank you,
Marty