I have one update panel inside which I have datalist.
This update panel triggers every 1 second to retrieve the data from db.
I have kept this update panel inside a vertical scroll enabled div tag.
But when I get new data, the scroll bar is not adjusting automatically !!!
I have tried maintainscrollback option but its not working.
Is there any option to maintain the scroll bar to it original position after the updatepanel triggers?