G
Guest
Hi,
I have an Enum which I need to use in many pages and many classes written in
asp.net 2.0
I would like to have a central repository for the enum so that changes can
be made once. Also I would like a global access to it, meaning any page
should be able to access it. How can I achieve this ?
I have an Enum which I need to use in many pages and many classes written in
asp.net 2.0
I would like to have a central repository for the enum so that changes can
be made once. Also I would like a global access to it, meaning any page
should be able to access it. How can I achieve this ?