M
malcolm
Inside of a Page class, how do I capture the Request object values
before the Page_Load event is called of that Page? I have a situation
where I have many server controls on a Page that get created in the
constructor of my Page, but I need them to know about some info that
get's set via the Page_Load from the Request (and even Session for
that matter)
thanks!
Dave
before the Page_Load event is called of that Page? I have a situation
where I have many server controls on a Page that get created in the
constructor of my Page, but I need them to know about some info that
get's set via the Page_Load from the Request (and even Session for
that matter)
thanks!
Dave