Thursday, March 8, 2012

Sort List


Sort the list (T) according to the value in (T)

Dim mygrdeList As List(Of MyGrade) = item.Value    ' assing the value to list
                mygrdeList.Sort(Function(x, y) String.Compare(x.GradeModule, y.GradeModule))














 This article is about the type of website. For other uses, see Wiki (disambiguation).
Ward Cunningham, the developer of the first wiki software, WikiWikiWeb
A wiki (Listeni/ˈwɪki/ WIK-ee) is a website whose users can add, modify, or delete its content via a web browser using a simplified markup language or a rich-text editor.[1][2][3] Wikis are typically powered by wiki software and are often created collaboratively by multiple users. Examples include community websites, corporate intranets, knowledge management systems, and notetaking.
Wikis may serve many different purposes. Some permit control over different functions (levels of access). For example, editing rights may permit changing, adding or removing material. Others may permit access without enforcing access control. Other rules may also be imposed for organizing content.
Ward Cunningham, the developer of the first wiki software, WikiWikiWeb, originally described it as "the simplest online database that could possibly work."[4] "Wiki" (pronounced [ˈwiti] or [ˈviti]) is a Hawaiian word meaning "fast" or "quick".[5]

No comments: