jbtman
Programmer
- Jul 13, 2007
- 30
I have several classes (Customer for instance) that all get populated via calls to a BLL class. Is it possible for each page to get access to that sessions BLL class so that the data populated from the previous class is not lost?
For instance:
Default.aspx gets instance of BLL and does login and populates customer
User is transferred to Main.aspx
Can Main.aspx get an instance of the BLL where the previously populated data exists?
Thanks!!
For instance:
Default.aspx gets instance of BLL and does login and populates customer
User is transferred to Main.aspx
Can Main.aspx get an instance of the BLL where the previously populated data exists?
Thanks!!