In a table, i create two <TD> .In first <TD> i use datalist to display

thumbimage and set pagesize as 4. when i click that thumb image,

medium size image will appear in next <TD>. when i move to fifth

thumb(i.e.to retrive next 4 set of images) again that first 4 images

are loading.Becoz i load this datalist in page load.


I need alternate solution for my Problem

try this :
in the page load event handler wrap if statement around the binding code :

if(!IsPostBack)
{
// your binding code goes here
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.