0

how to declare global variable in VB.NET (Web Forms "ASPX") and use this variable in all pages ? how is Method Initialize and Cancel initialized in web page ? Thank you

1 Answers1

0

You must declare static variables,... you find your answer step by step in below link:

global-variables-aspnet

Ben
  • 188
  • 4