Search

You searched for the word(s): userid:860813

Matching Posts

  • Re: AD query

    Hi, Thank you very much and i really really appreciated for you help here. Thanks.
    Posted to Active Directory and LDAP (Forum) by Munna1980 on 7/4/2009
  • Re: Stored procedure help.

    Hi, Thanks for your response. actually i wondering how to use the SELECT statement in the stored procedure and how to write IF condition. Any code or blog please help. thank you.
  • Re: AD query

    Actually it seems i am unable to authenticate AD properly. I am not sure how to confirm on that. My code looks good but it is showing blank page without any results. I am googling to find disabled users from AD and thier managers. let me see if i can get some luck. thank you so much any help is appreciated.
    Posted to Active Directory and LDAP (Forum) by Munna1980 on 6/29/2009
  • Stored procedure help.

    Hi All, I have following command running on the userprofile database table which is working perfectly fine. userprofile data is importing from Active directory. select NTName , PreferredName , LastImported , Manager from dbo . UserProfile_Full where PreferredName LIKE 'DISABLED%' AND LastImported <= GETDATE () My problem here is, i want to use this select statement in stored procedure and i want to send email to the "manager". Can anyone please help me here. thanks in advance
  • Re: AD query

    Hi, Thank for your response. actually i am trying to find whether the specific user is present or not. i have tried replacing the code provided by you no change. But my problem is i need to show the results on label or in textbox. i am not sure how to show the results. Below code is i think trying to find the user present or not. if present where i have display. please help. private String FindName(String userAccount) { DirectoryEntry entry = GetDirectoryEntry(); String account = userAccount.Replace
    Posted to Active Directory and LDAP (Forum) by Munna1980 on 6/26/2009
  • Re: AD query

    Hi, I have .aspx file and i have included all the above code. when i accessed the page it showing me blank page. i am dont know how to show results on the page. can you please provide the working code you had. thanks
    Posted to Active Directory and LDAP (Forum) by Munna1980 on 6/26/2009
  • Re: AD query

    Hi, can you help me to display the user names once i find in AD. thanks.
    Posted to Active Directory and LDAP (Forum) by Munna1980 on 6/26/2009
  • AD query

    Hi All, I am trying to find whether a user is present in AD or not. I have following code. public static DirectoryEntry GetDirectoryEntry() { DirectoryEntry de = new DirectoryEntry(); de.Path = " LDAP://OU=net.org,DC=net,DC=org "; de.AuthenticationType = AuthenticationTypes.Secure; return de; } public bool UserExists(string username) { DirectoryEntry de = GetDirectoryEntry(); DirectorySearcher deSearch = new DirectorySearcher(); deSearch.SearchRoot = de; deSearch.Filter = "(&(objectClass
    Posted to Active Directory and LDAP (Forum) by Munna1980 on 6/25/2009
  • Page hide scroll bar

    hi, i have a aspx page with three sections. Each section is in div and a table in it.Main div having image and second div having a iframe with comments section and below div having some links. when i click on links in the third div then i am able to enable comments section in the second div. but when comments more than 10(for example) then in that iframe i see right scroll bar . i tried overflow:hidden, auto options didn't worked. i need to dynamically resize the third frame div to move up/down
    Posted to Client Side Web Development (Forum) by Munna1980 on 6/8/2009
Page 1 of 4 (32 items) 1 2 3 4 Next >