M
Matthew Sajdera
All -
What I want to do:
I want to abstract the navigation between my aspx pages into a Controlling
Class. This Class would talk to a collection of Business Objects. The
various aspx pages would make calls to the Controlling Class which would, in
turn, make the necessary calls to the Business Objects. Depending on what
page you are on and the returns from the Business Objects, the Controlling
Class will navigate the user to the correct page.
Problem I'm having:
I cannot seem to figure out how I get a reference to the context of the
pages from the Controlling Class. From the Controlling Class I am unable to
Redirect the user to another page, because I can't even get a good reference
to the Response object.
All help is appreciated.
Thanks,
- Matt
What I want to do:
I want to abstract the navigation between my aspx pages into a Controlling
Class. This Class would talk to a collection of Business Objects. The
various aspx pages would make calls to the Controlling Class which would, in
turn, make the necessary calls to the Business Objects. Depending on what
page you are on and the returns from the Business Objects, the Controlling
Class will navigate the user to the correct page.
Problem I'm having:
I cannot seem to figure out how I get a reference to the context of the
pages from the Controlling Class. From the Controlling Class I am unable to
Redirect the user to another page, because I can't even get a good reference
to the Response object.
All help is appreciated.
Thanks,
- Matt