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.
↧