This is the method that ASP.NET will use to allow the handler to handle a request. Essentially all handler work begins with this method.
[Visual Basic]
Overrides Public Sub ProcessRequest( _
ByVal context As HttpContext _
)
[C#]
public override void ProcessRequest(
HttpContext context
);
CompiledReportHandler Class | CompiledReportHandler Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.