Click here to Skip to main content
16,004,653 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I want append Gridview using threading in asp.net
actually i want to do something like bind GridView from code behind using multi thread something like in social networking sites few content appears and remaining also keep appending

like: when we login into any social networking site the output result comes with few content and remaining content continues to append
Posted
Comments
Sandeep Mewara 23-Apr-13 7:25am    
Not sure if you are looking for load on demand. Append using threading does not make much sense here.
Sanjeev9918 23-Apr-13 8:00am    
actually i want to do something like fetch data table and bind GridView & display to user using thread and in other thread fetch some more content and append it into GridView.
Is it possible in asp.net
Maria Norbert 15-May-14 9:27am    
Hi Sanjeev,

Me too facing the same problem, and me too struck in this Task., Can you please Help me? Did you solved this problem.,

How to append a gridview with datasets by threading?

1 solution

Just noticed that you also posted the same thing here: http://www.codeproject.com/Messages/4547966/How-to-append-content-into-GridView-in-asp-net-Csh.aspx[^]

Please avoid cross post. It is considered rude. Pick a forum that you think suits best and stick to it.
 
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