Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. xdzgor

    WebUserControl dynamically instantiate within a Repeater

    Hi I have a user-control which uses the ViewState to persist some data between postbacks. But if I dynamically instantiate my control within a Repeater, it seems my control has no access to the ViewState - how do I get around this limitation? See the below aspx, on which I place a...
  2. xdzgor

    xi:include

    Hi, I am using xi:include to include external xml in my main xml document. For example: <xi:include href="http://localhost//config/config.aspx" /> This is fine if "config.aspx" returns valid xml. But if "config.aspx" returns invalid xml, then the whole document fails (the xml returned from...
  3. xdzgor

    last modified?

    Hi, I'm working on a sharepoint 2007 installation, where I have to access some documents under "Shared Documents", and determine their "last modified" date programmatically. I'm writing my program in c#, and was wondering if there was a (web)service I can access to help me with this. We already...
  4. xdzgor

    How to sort

    Hi I have a program in c# which accesses an LDAP data-store to obtain user and group information (using classes from .net's DirectoryServices namespace). Now we want to use another LDAP data-store, and a problem has arisen with sorting (we try to sort on the "cn"). It appears that some LDAP...

Part and Inventory Search

Back
Top