swjia

swjia

  • NA
  • 5
  • 0

Global.asax issue

Nov 4 2004 12:53 PM
In VB.net, I can assign a string array to global variable: Application("msg"), then I can access the first value of this array using Application("msg")(0). In C#, I don't know how to achieve that, can anybody teell me how? Thanks

Answers (5)