I created a thread in Global.asax of asp.net. The thread store a value in variable name downloadnos and use a library that start a new thread and receive a callback method. When the callback method is called, I try to read the variable, but it is empty. Why is it so? How to fix this?
I created a thread in Global.asax of asp.net. The thread store a value in
Share
Making the variable static might help.