Hello,
I am having web application in which I am usign a master inharited page containing Updatepanel, Inside this update panel I am showing a listview containing Image and other details. Whenever I delete or add new entry I am binding listview to show updated data. At this time all images reload again and gives a disappear appearence .
How Can I add or delete data to listiview without making any effect to Complete listview. The best example I seen is on gmail or facebook when you add new post or delete an post ,all previous data doesn't go for any type of disappearence . How can I get this effect.