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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.