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 SkipVought 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. Cordoba1405

    C# and DCOM

    if the Client is written in C++,you only have to create an Interop-Assembly in C# which speaks from your Client to the DCOM-Server I think. This Interop-Assembly generates at Runtime a COM Callable Wrapper which you can access in your C++-Applikation. You have to register the Interop-Assembly in...
  2. Cordoba1405

    adding own Webpart -problems

    I had imported the webpart with the stsadm-Tool (so the assembly is in the BIN-Directory of Sharepoint and the entry <Safe Control> in the web.config-file is done automaticly) The Assembly is strongly-named and the StrongKeyName-File is written in the AssemblyInfo.cs-File. But I will check...
  3. Cordoba1405

    adding own Webpart -problems

    Hello, I still have the Problem that I can't add my own Webparts to my Sharepoint Site although i even changed the code in the Webpart (in the cs-File of C#). The Webpart was running before the Code-changes. The trust-level of my web.config is Full and i have signed the webpart with a strong...
  4. Cordoba1405

    Modify the Code on a List-Editing-aspx Page

    Hello, I wan't to modify the Code of the Page where you can add or modify your List-records in Sharepoint. So the Information which is entered in this two Pages should also apply to a Database which is accesssed by a COM-Object. I think there must be a way of modifing these...
  5. Cordoba1405

    Add columns to listview webpart of document libraries

    Thanks a lot. it works! I didn't expect that it is so easy ;)
  6. Cordoba1405

    Add columns to listview webpart of document libraries

    Thank you. But where do I find the Listview-Webpart of my Document Library so that I can modify it? I mean the Webpart is created by Sharepoint Portal Server and I haven't found it in the Filesystem-folders of Sharepoint.
  7. Cordoba1405

    Add columns to listview webpart of document libraries

    Hi folks, i have the problem that i can't add colums to a standard listview webpart which is created when you add a new document library. Although you can specify and add colums in the normal view of the document library I can't see the specified view(and columns)in the list view-webpart of...
  8. Cordoba1405

    Uploading Documents with Sharepoint WebServices

    Hi Programmers, I'm thinking about uploading documents with Sharepoint WebServices in .NET . The only thing i've found is that you can upload Images with the images.asmx -WebService. But I don't know how to upload documents like .doc or .ppt with Sharepoint-Webservices. I want to upload the...

Part and Inventory Search

Back
Top