Thread
:
Help with Sorting data in a row
View Single Post
#
2
(
permalink
)
11-26-2008, 12:05 PM
VBJohney
VB.NET Forum Newbie
.NET Framework: .NET 1.1 (VS 2003)
Join Date: Nov 2008
Posts: 2
Reputation:
0
Looks like you are continuing to use the variable sortedList to hold the sorted list without clearing it out.
put in the line
sortedList = String.Empty before the for loop.
VBJohney
View Public Profile
Find all posts by VBJohney