Repeater item loading performance
Question
Apr 23, 2015
Hello, I'm working on repeater with paging enabled. Now i need to make sure that the page only get only 10 items from DB instead of all. I was open debug to see the SQL script, but it seems does not contains any function like limit getting data item. I was also trying to u...