Select 5, 10, 15, 20 and so on with LINQ

Posted by Johan Leino on Stack Overflow See other posts from Stack Overflow or by Johan Leino
Published on 2010-06-11T11:10:28Z Indexed on 2010/06/11 14:13 UTC
Read the original article Hit count: 182

Filed under:
|
|

Hey guys,

I want to display items in a dropdownlist like 5%, 10%, 15%, 20% until 100. Is there a way to bind an intelligent LINQ query to the datasource that will do this for me?

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ