I created a website in asp.net technology which consists of some pages.
In one of them I declared of static identifier (that should be recognized in the whole website), but when I tried to access to it from another page in the website, I recognized I could not access it..I could not even access to the page that consists the
declaration of the static identifier.
however, how can I access to it?
Go to the complete details ...