How to realize threads in asp.net forms website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to realize threads in asp.net forms website?

There is Web service that need to analyze data from SQL db and show result with using filters. But select query - is very long and freeze Web page. How can I realize it? What about threads in Windows Forms?

14th Dec 2016, 10:24 PM
Nikita Letov (TechniXC)
Nikita Letov (TechniXC) - avatar
2 Answers
0
hello!)) anybody here?
16th Dec 2016, 3:58 AM
Nikita Letov (TechniXC)
Nikita Letov (TechniXC) - avatar
0
you will save data in cache with delay and use select quries saved cache
6th Jan 2017, 4:55 PM
imran
imran - avatar