Dozo_1st
September 9th, 2004, 07:40 AM
I have a class Customer which is declared on webform1 as
Public Shared MyCustomer As New CustomerThis object I want to pass from webform1 to webform2. How do I do this AND do this for every seperate user which uses these webforms?
When I use Public Shared, user2 gets the data stored by user1. How do I prevent this and have them both using their own separate Customer object?
I couldn't find this at the MS website. Does anyone have an ID?
Thanks for your help.
Dozo
Public Shared MyCustomer As New CustomerThis object I want to pass from webform1 to webform2. How do I do this AND do this for every seperate user which uses these webforms?
When I use Public Shared, user2 gets the data stored by user1. How do I prevent this and have them both using their own separate Customer object?
I couldn't find this at the MS website. Does anyone have an ID?
Thanks for your help.
Dozo