1
Answer

problem

ax3000

ax3000

20y
2.3k
1
hi I have two threads. Thread A is main thread in charge of UI (NotifyIcon and form), while thread B is doign some lenght operations. Now, when thread B is done I want thread A to look at the resaults. How can I accoplish that without loop or timer inside thread A? I want something like event raisd in thread A from thread B tnx & sorry for bad english AlienX
Answers (1)
0
Crish

Crish

NA 3.7k 76.4k 14y
hi

have you uploaded your web application on webserver or in local ?

If you have uploaded it on webserver then you must be give live Ms-SQL credentials in your web config for database connection.

"Database=databsename;Server=01.01.111.222;User=testuser;Pwd=password;"


Don't forget to Mark Do you like this Answer  that solved your problem!