My requirement is i want to split one list into multiple lists for example i've an entity object of type list which is having some 50 lines of information. I need to divide this single list into multiple lists with each list can contain 18 lines of information.I was used the GetRange method of the list but didn't worked for me.
Any idea how to do it in vb.net