| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
_An alternate list view sort for Vb.Net | VB.NET | Intermediate / Duane Warsham | 21328 since 10/10/2003 8:23:07 AM |
By 1 Users
|
| |
To provide an alternative to the Microsoft recommended sorting in the list view control. |
| |
| |
| |
 |
A sortable Hashtable - Hashlist | VB.NET | Beginner / Christian Müller | 11667 since 9/15/2005 3:47:28 AM |
By 1 Users
|
| |
This Hashlist-Class stores items in an key-value based style.
You are able to access this items by key or index.
And you can sort the list either by Key or by Value.
Maybe this code is usefull for you.
It is fully undocumented (yes, i am lazy....)
Simply ...(description truncated) |
| |
| |
| |
 |
Array Sorting On @ Columns | C# | Beginner / Developer142 | 5194 since 12/18/2007 1:52:49 PM | Unrated
|
| |
Sorts a jagged ayyar based on 2 columns (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
ASP.NET datagrid two way sorting | C# | Beginner / Krishnan.L.N | 8944 since 3/16/2006 4:33:37 AM | Unrated
|
| |
to sort columns in a asp.net datagrid in both ascending as well as descending |
| |
| |
| |
 |
Basic Sorting Algorithm Analysis | C# | Beginner / stevenfanky | 14579 since 4/4/2003 3:20:31 AM |
By 5 Users 2 Excellent Ratings
|
| |
This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how's the sorting
algorithm works. Besides running each sorting individually, user can also r ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
creating report using rdlc file in VB.NET 2008 and database MS SQL server 2005 | VB.NET | Intermediate / Shyam Singh Chandel | 39945 since 9/14/2008 9:13:46 AM | Unrated
|
| |
How to create a report using .rdlc file in vb.net and MSSQL SERVER 2005. Here I created two report using two different type of filter (filter using one field and multi fields). in case any file is missing can find on my group link http://tech.groups.yahoo ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Creating your own comparable type | C# | Intermediate / ConradC# | 6137 since 3/3/2005 3:35:40 PM | Unrated
|
| |
Creating your own comparable types that can be sorted automatically seems
to be easy. Comparable types must implement IComparable interface that has only one
function: CompareTo( object o ). However, correct implementation of this function
depends on ho ...(description truncated) |
| |
| |
| |
 |
Databound CheckedListbox + Tabpage Checkstate not persistent workaround | C#, VB.NET | Beginner / Knoton | 9298 since 3/17/2005 10:23:44 AM | Unrated
|
| |
I found out that if you have a databound CheckedListbox on a tabpage it doesnt keep the checkstate persistent. It lost the checkstate when the tabpabe lost focus. It took me half a workday to figure out this workaround |
| |
| |
| |
 |
Event Handler List | C# | Intermediate / Daniel Dhillon | 6577 since 1/4/2007 8:58:29 AM | Unrated
|
| |
I needed an event collection and I knew the simplest way would be to use a generic Dictionary class. I essentially removed the inherited Add method and created my own Add method to just accept an EventHandler argument. I called the base class passing in t ...(description truncated) |
| |
| |
| |
 |
Filtering Sorting Collections | VB.NET, ASP.NET | Advanced / Tim Price | 16057 since 3/20/2004 12:28:25 PM |
By 9 Users 8 Excellent Ratings
|
| |
This code has a Windows Form GUI, it could just as easily be an ASP.NET web form. It shows how to add sorting, filtering and rowstate abilities to a custom collection class. Please provide feedback and rate my work. Thank you. |
| |