kagitas

kagitas

  • NA
  • 1
  • 0

Request object

Sep 30 2004 7:00 AM
Hi, Is there a any way to set(assign) httprequest object,as it is readonly. Purpose: I am inheriting a base class WebForm1 to new class ParentWebForm1 and i want to use one of the Base(WebForm1's) (public)method in ParentWebForm1. In that base(WebForm1's) method ,it is using Request object for some validation. Is there any way for creating Request object for base(WebForm1) in derived class construtor as Request is Public. With advanced thanks, Jaya.........