I am using a repeater with the dropdown list, they are put inside the update panel and when the dropdown list is changed the repeater will show the related result. This is achieved after I used the reloaddata(true) and the DataBindByDefault="false". However, I also want to update the repeater when the pager is changed. If pager is set to postback and it does not work, when it is set to querystring the whole page refreshed.
Hello is there any way you could provide a code snippet so we can see exactly what you are doing here? Are you using an ASP update panel or CMSUpdatePanel?
Please, sign in to be able to submit a new answer.