Search

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

Matching Posts

  • Re: AutoComplete TextBox

    Hi , I am also facing the same issue, I have autocomplete textbox in an user control. The pop up suggestions" aren't aligned properly with textbox. If you find the solution please reply. Thanks.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by nizdon on 5/8/2007
  • Crystal Reports Blank Page in VB.Net

    Hi, I have created few crystal reports for my windows application and I am binding stored procedures to the report in order to get data in the report. But the problem arises when I try to view the report the content starts from the second page rather than the first. I made all the "Keep Together" check boxes unchecked. But still my first page is blank. That is because in report header section I find a check box "New Page Before" checked and disabled by default. So can I get a solution to not to get
    Posted to Crystal Reports (Forum) by nizdon on 4/27/2006
  • how to get password expiration date for a user in Active directory

    Hi, i want to display the passwod expiration date for a user in Active directory i am not able to get the maxPwdAge property for any user. code: DirectoryEntry de1 = new DirectoryEntry("LDAP://RootDSE"); string domain = de1.Properties["defaultNamingContext"][0].ToString(); DirectoryEntry entryDomain = new DirectoryEntry("LDAP://" + domain ); entryDomain.AuthenticationType=AuthenticationTypes.Delegation; entryDomain.Username="Administrator"; entryDomain.Password="adminpassword"; DirectorySearcher
    Posted to Active Directory and LDAP (Forum) by nizdon on 3/19/2006
  • Adding all active directory users to sharepoint groups

    how to add all active directory users to a sharepoint group. and how to disaply all sharepoint groups. Thanks & regards
    Posted to Active Directory and LDAP (Forum) by nizdon on 2/9/2006
  • how to Display sharepoint groups programatically using .net

    how to Display sharepoint groups programatically using .net
    Posted to Getting Started (Forum) by nizdon on 2/9/2006
  • Changing Passwords on 2003 AD

    hi, i am geeting error "System.Runtime.InteropServices.COMException: The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements." when i am changing password using "changepassword". But the same password is working using "setPassword". the code is: de.invoke("SetPassword",new object[]{"sys4user$"}) the above code works fine. but when i am using changePassword, iam getting error. "The password does not meet
    Posted to Active Directory and LDAP (Forum) by nizdon on 1/25/2006
  • using usercontrols in webparts

    I am getting same error when i am using the asp.net user controls in sahrepoint webparts. "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS" But my virtual directory is configured. and i am able to run the asp.net solution which consists of user controls with out any errors. I am getting the error only when i am using these usercontrols in creating
    Posted to Free For All (Forum) by nizdon on 1/20/2006
  • Re: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level

    I am also getting same error when i am using the asp.net user controls in sahrepoint webparts. "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS" But my virtual directory is configured. and i am able to run the asp.net solution which consists of user controls with out any errors. I am getting the error only when i am using these usercontrols in
    Posted to Tips & Tricks (Forum) by nizdon on 1/18/2006
  • Re: large image is not displyed in mozila browser

    Now i am able to display. i have used this charctaer '~' for the path from where i am displaying the image. like this '~/images/abc.gif'. Thanks Nizdon
    Posted to Web Forms (Forum) by nizdon on 1/10/2006
  • large image is not displyed in mozila browser

    I am doing a shopping cart appication in ASP.net. i am able to display a small image of a particular product. my requirement is that when i clicked on that image , the page is redirected to other page where the image is shown with a larger size. Every thing is working fine in Microsoft internet explorer . But in MOZILA broswer small images (fixed size) are shown but after redirected to other page the image is closing automatically. what is wrong? Help me. thanks in advance. Nizdon.
    Posted to Web Forms (Forum) by nizdon on 1/9/2006
Page 1 of 3 (24 items) 1 2 3 Next >