| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Sorting Array | C#, VB.NET, ASP.NET, C++.NET | Beginner / Bersales Japheth Cojena | 3532 since 10/20/2009 8:47:30 AM | Unrated
|
| |
Sorting arrays in JavaScript is done via the method array.sort(), a method that's probably as much misunderstood as it is underestimated. While calling sort() by itself simply sorts the array in lexicographical (aka alphabetical) order, the sky's really t ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Sorting with linear lists | C# | Intermediate / Alexandre Gosselin | 4493 since 10/31/2002 1:51:31 AM |
By 1 Users
|
| |
This piece of code is a doubly linked multilist...at least it's how I call it in french :P
It sorts item by alphabetical order. It lets you add and remove objects(in this case Person). It could be used to do other job than just sorting. |
| |
| |
| |
 |
Storing Information in Variables | C#, VB.NET, ASP.NET, C++.NET | Intermediate / Mohamed Magdy | 4204 since 7/26/2003 7:52:16 AM |
By 5 Users
|
| |
Know more about Storing Information in Variables |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
TIME | VB.NET | Beginner / Alex meadows | 3270 since 11/5/2003 4:45:17 PM |
By 1 Users
|
| |
Just have a look 2 find out |
| |
| |
| |
 |
XML Dynamic Sort | ASP.NET | Beginner / Matt Pociask | 4490 since 1/23/2003 6:18:05 PM |
By 2 Users 2 Excellent Ratings
|
| |
This code shows how to read an XML database, and sort its contents dynamically (like in explorer). This code uses the ASP:XML control and also demonstrates ViewState variables. |
| |