C
Chris
I'm writing an asp page with C# codebehind. I create a
page level variable. I then alter the variable by
assigning a new value in a private method. When I access
the vairable again from another private method, the
variable has the original value..
Am I missing a scope issue here? Any ideas welcome...
Thanks,
cj
page level variable. I then alter the variable by
assigning a new value in a private method. When I access
the vairable again from another private method, the
variable has the original value..
Am I missing a scope issue here? Any ideas welcome...
Thanks,
cj