Questions tagged [custom-paging]
32 questions
0
votes
2 answers
Can't override "hitTest" method for UIScrollView
I've created a scroll view, width less than the screen width and set clipsToBounds=YES. As the UIScrollView doesn't scroll from anywhere outside the range of its frame, I put the UIScrollview inside a UIView and tried to override the "(UIView…

x4h1d
- 6,042
- 1
- 31
- 46
-1
votes
2 answers
Which ASP.NET controls support efficient paging via code behind?
I have used GridView paging with efficient paging. Which means just extract required records from database. GridView's efficient paging just works in markup. When you use code behind for controlling paging mechanism, it would not efficient any…

Afshar Mohebi
- 10,479
- 17
- 82
- 126