S
sendhil
hi,
In the webservice which iam writing, i have to declare a an array
which has to be global. How and where shuld i declare it.
I declared it as
public static bool[] Busy = new bool[50];
but this doesnt seem to work. This array is reinitialized everytime.
Thanks
sendhil
In the webservice which iam writing, i have to declare a an array
which has to be global. How and where shuld i declare it.
I declared it as
public static bool[] Busy = new bool[50];
but this doesnt seem to work. This array is reinitialized everytime.
Thanks
sendhil