in ASP.NET C#., How can i set the variable values of a static class from the value present in a non static class .edx : I have a static class called staticA and a non static class called B which inhertits system.WEb.UI.Page. I have some values present in the class B ,which i want to set as the property value of the static class A so that i can use it throughout the project
Any thoughts ?
1 Answer