Browse by Tags

Related Posts

  • Re: how to sort PrincipalSearchResult(Of Principal)

    Cast your resluts to a list. You can then sort the list using Linq or soemthing like that. I have a code snippet below that shows how to return your results in the form of an IEnumerable collection. You can then use the standard LINQ sorting methods. hth private static IEnumerable<UserPrincipal>...
    Posted to Active Directory and LDAP (Forum) by lanphi on 06-05-2009, 12:00 AM
    Filed under: search, Active Directory, ienumerable, list, linq
  • Dictionary/List :: Linq/Xml :: Custom Class

    I have 2 custom classes: Theme.vb and ThemeManager.vb. Theme.vb looks like: 1 Public Class Theme 2 Private m_domain As String = String .Empty 3 Private m_name As String = String .Empty 4 5 Public Property Domain() As String 6 Get 7 Return m_domain 8 End Get 9 Set ( ByVal value As String ) 10 m_domain...
    Posted to Architecture (Forum) by scott.elliott on 06-02-2009, 12:00 AM
    Filed under: vb.net, asp.net, Custom Class, dictionary, List, linq, xml
  • Multiitem deleting from the list box plz

    Hi i have a list box adding items to this list box from another. i dont have problem in adding multiple items from one list box to another. i have problem if i delete multiple items from the list box. i have a list box called listbxselComp and if i click on button it has to remove the selected items...
    Posted to Web Forms (Forum) by dilip12 on 08-05-2007, 12:00 AM
    Filed under: ASP.NET, asp.net 2.0, ASP.NET 2.0 DataBinding DataTable, ASP.NET 2.0 DataBinding DefaultView, layout, List, listbox, Listbox Gridview, Listbox resizable, lists, Literal, Links, linq
Page 1 of 1 (3 items)