|
This subroutine sorts your listbox in descending sort order. For whatever reason, there is no native method in VB.NET to do this. No big deal, but kinda handy Sub to have around.
To call it:
listdescend(nameoflistboxhere)
Thanks and enjoy! Code: ASP.NET v1.0 & VB |
| |
Overall Rating:
 User Rated
| |
Very good and usefull!  Written by Davidson Sousa from Poland (Monday, April 23, 2007) Writer is with: http://dsousa.wordpress.com
 |
Strengths: Working fine Weaknesses: No problems... :-) Details: It's really good and usefull code. It's working fine on my project.
5 stars... ;-) Review Based On: 1 Hour(s) of usage |
Forgot to preserve the values  Written by Anonymous User (#1592-168) from Florida, USA (Wednesday, April 18, 2007)
 |
Strengths: Works for the text Weaknesses: Doesn't work with values Details: I sorted my listbox and all the values associated with each item were lost. Review Based On: using demo only |
Outstanding Solution  Written by Anonymous User (#1415-292) from Birmingham, AL (Sunday, July 03, 2005)
 |
Strengths: It works! Weaknesses: None found. Details: This is a great solution to sort a listbox. Thanks for your solution. It really saved me a lot of time. Review Based On: 1 Hour(s) of usage |
Thanks for this code  Written by Anonymous User (#1249-104) from India (Wednesday, October 13, 2004)
 |
Strengths: Perfect code working fine. Weaknesses: no weakness Details: Good code , helped me in my code. Thanks for the code. Keep it up. Review Based On: 1 Hour(s) of usage |
Thanks  Written by Anonymous User (#1379-57) from Orlando, FL (Tuesday, November 18, 2003)
 |
Strengths: I was looking for this, thanks. Works great Weaknesses: no comment Details: Would be perfect if it allowed for subset sorts like a starting and ending position. Review Based On: 1 Day(s) of usage |
| |
|