Asp.net C# binding repeater for a specified number of times
- by Murtaza RC
What is the best/easiest way to bind a repeater for a specified number of times, so for example if my list has 10 items and I just want to bind the first 2 items (using C#).