0
votes
votes
1 answers
Foreground threads in C#
Hi, I have an aspx application in which on Page_Load() event I started a child thread (by default run as foreground). In child thread, after some time consuming operation I want to reset a label. But it's not working in my case.If I put a ...
