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