G
Guest
Hi...
This my first webapplication using aspnet, so I just notice this problem yesterday.
I create a Private Variable in the webapplication class, with no start values, in a certain function it changes the value of the variable, but when I try to read the variable again it is clear, or its value is just a 0 (for integer ones).
Here is some small code jsut to have an idea
Private test as String
Private Function ChangeValue()
test = "Now it has some value"
messagebox.show(test) 'Returns a clear string
End Function
I think that is something wrong with my IIS.
Any help will be very useful.
Thanks in advanced.
This my first webapplication using aspnet, so I just notice this problem yesterday.
I create a Private Variable in the webapplication class, with no start values, in a certain function it changes the value of the variable, but when I try to read the variable again it is clear, or its value is just a 0 (for integer ones).
Here is some small code jsut to have an idea
Private test as String
Private Function ChangeValue()
test = "Now it has some value"
messagebox.show(test) 'Returns a clear string
End Function
I think that is something wrong with my IIS.
Any help will be very useful.
Thanks in advanced.