Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends,

I,

in my database i have one table. the table data changes continuosly,i called this table in my grid view so i want to update this gridview for every 5 sec using multi threading only. i dont want complete page update,or usina ajax, etc..
i want update it only with multithreading only...
Posted
Updated 27-May-11 5:43am
v3
Comments
Sandeep Mewara 27-May-11 10:56am    
ASP.NET, refresh grid using Multithreading? Sure?

It would be better if you share what and why along with your effort on the same. It will help us to give a direction to move ahead.
sivagoru 27-May-11 11:14am    
hi S Mewara,
in my database i have one table. the table data changes continuosly,i called this table in my grid view so i want to update this gridview for every 5 sec using multi threading only ple help....

1 solution

There is no multi-threading involved.

You can accomplish this by using AJAX to query your database and refresh the the contents of the grid. There are a multitude of resources that cover this, you should have no difficulty finding something.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900