I
Information
Dear Friends,
In VB.NET you can declare something like following..
Module modVar2
Public sb as String
End Module
Now, sb is a project level scope variable and can be accessed any where
in the project.
Similarly I want to do it in C#.NET.
Any help would be appreciated.
Thanks
kdsv
In VB.NET you can declare something like following..
Module modVar2
Public sb as String
End Module
Now, sb is a project level scope variable and can be accessed any where
in the project.
Similarly I want to do it in C#.NET.
Any help would be appreciated.
Thanks
kdsv