Click here to Skip to main content
15,918,808 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am a beginner and i am trying to create a wall script similar to that of facebook. I am using nested gridview for nested comments (comments on posts). There is also like and unlike button and its all working. I have placed like and unlike in update panel so that only that part gets reloaded when you click it instead of entire page so that there is less load on the server. Is this a good approach? What are you suggestions. Bear in mind i am a beginner but i am ready to learn new stuff if its helpful.
Posted
Comments
Osman24 23-May-13 3:36am    
Instead of nested gridview you can use nested repeater. Because it is easy to manipulate and change.
arbaaz jalil 23-May-13 6:58am    
Anything apart from that? Is using Update Panel for Like/unlike etc a good approach? Also when i comment the entire GridView (which carries comments under a post) reloads which also gives a flicker to the GridView.

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