G
Guest
Hello,
In my C# asp.net web application, I need to define a few variable that is
reachable from all pages. If it was C I would define it in the .h file as
struct and use it in the myStruct.myFirstvalie, MyStruct.SecondValue, how
should I do this here in asp.net? I guess I should use class, can you give me
example to handle it.?
In my C# asp.net web application, I need to define a few variable that is
reachable from all pages. If it was C I would define it in the .h file as
struct and use it in the myStruct.myFirstvalie, MyStruct.SecondValue, how
should I do this here in asp.net? I guess I should use class, can you give me
example to handle it.?