HI,
is it possible to have a listview with datapager inside an update panel and do asynchronous postback without full page rendering when i do the paging in data pager.
I tried adding both controls inside the update panel, it didnt work
Tried registering with ScriptManager1.RegisterAsyncPostBackControl(DataPager1) it didnt work too.
any other idea, both my controls are inside update panel. and uses a sqldatasource
Here is a similiar question to your problem.