locked
Page Post Back issue for Asp Repeater in Update Panel RRS feed

  • Question

  • User-2023929859 posted

    I am using two repeater controls one to show database table records and one to show custom paging that i developed to display paging like 1 2 3 4 ... 

    i kept both the repeater controls inside asp update panel when i click paging numbers like 1 or 2 or 3 so on the page gets posted back but there are some other buttons inside the same update panel and when i click those buttons the page does not post back but i want to stop post back when i click any page number as well.

    Please suggest what can i do to stop page post back when i click on paging numbers  

    Monday, April 27, 2015 6:30 AM

Answers

  • User177399542 posted

    Create an Async Postbacktrigger of your paging repeater. Post your code for more help.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, April 27, 2015 7:41 AM

All replies