April, 2007

Posts
  • NidhishBlog

    Find Domin User Information

    • 0 Comments
    System.DirectoryServices class will help finding the information of a Domain User. Function which will help retriving Active Directory Object: private DirectoryEntry GetActiveDirectoryObject(string filter, string domain, string[] properties) { ...
  • NidhishBlog

    MOSS VPC Performance Imporvement tips

    • 1 Comments
    MOSS VPC Performance improvement: Few services you might want to stop to give performance boost to your VPC. Windows SharePoint Services Timer Windows SharePoint Services Tracer Windows SharePoint Services Search
  • NidhishBlog

    AJAX ComboBox control. Based on the first combo's value fill up the next combo without page post back

    • 0 Comments
    AJAX Parent/Child Dropdown control: Two dropdown controls, country and province/state. When you select a country, the province list should be refreshed (without a postback) with the list of provinces for that country. Developers using the control should...
  • NidhishBlog

    Creating WinForm ComboBox in WebFroms

    • 0 Comments
    AJAX dropdown edit control: Create a control that allows users to select from a dropdown list, or to type a value if the value they want is not in the list. E.g. maybe there is an “Other…” option in the list which shows the text box when selected....
Page 1 of 1 (4 items)