I have the following directory structure.
Snowball
-- User
----- UserControl
I have a page ShoppingCart.aspx under User and it has a static property CartType.Now inside that userControl folder I have a user control OrderSummary.ascx.I want to access CartType property from this user control.
I can only access classes that are inside this UserControl folder.How to acess CartType property