5
Reply

Global.asax issue

swjia

swjia

Nov 4 2004 12:53 PM
2.1k
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)