views:

17

answers:

0

I have 3 user controls that pull data from the database and display a gridview. I need all of these 3 gridviews to run at the same time. How can I use threading to accomplish this?

I forgot to mention it is being developed in C#

Also, trying to create a thread in the page that is calling the 3 user controls is shutting down my localhost webserver whenever the thread is hit, what is causing this?