I have one generic list , from which I want to get those items only which are starting between some alphabets.
Supoose I have listitems like ABC,DEF,Zebra,Important,Check,Jump
From this I want to get listitem which starts from alphabet between A to C
This should return ABC,Check only..
Thanking in advance.