Skip to content

SharePoint

SharePoint discussions

This category can be followed from the open social web via the handle sharepoint@forum.codeproject.com

981 Topics 2.3k Posts
  • Inserting item into multi select field

    question
    6
    0 Votes
    6 Posts
    0 Views
    A
    I'll try that. Thanks.
  • Sharepoint PeopleEditor

    sharepoint help question workspace
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Custom Workflow - Sharepoint 2010

    csharp sharepoint visual-studio question workspace
    2
    0 Votes
    2 Posts
    0 Views
    A
    Yes, you can make custom sequential workflow in Sharepoint designer. There are so many resources on internet. You can start here: http://blog.sharepointelearning.com/workflow-designer-in-sharepoint-designer-2010/[^]
  • 0 Votes
    3 Posts
    0 Views
    I
    K.P.Kannan wrote: 1. Can we connect to Sharepoint using its WebServices? So, I ponder about the question a little bit. The answer is: absolutely. You can directly access the Web Services via the URL, for example: http://your-sharepoint-server:adminport/_vti_adm/Admin.asmx Some of the standard WebServices for SharePoint: _vti_adm/Admin.asmx - Administrative methods such as creating and deleting sites _vti_bin/Alerts.asmx - Methods for working with alerts _vti_bin/Copy.asmx - Methods for copying to and from SharePoint sites _vti_bin/DspSts.asmx - Methods for retrieving schemas and data _vti_bin/DWS.asmx - Methods for working with Document Workspaces _vti_bin/Forms.asmx - Methods for working with user interface forms _vti_bin/Imaging.asmx - Methods for working with picture libraries _vti_bin/Lists.asmx - Methods for working with lists _vti_bin/Permissions.asmx - Methods for working with SharePoint Services security _vti_bin/SiteData.asmx - Methods used by Windows SharePoint Portal Server _vti_bin/Sites.asmx - Contains a single method to retrieve site templates _vti_bin/UserGroup.asmx - Methods for working with users and groups _vti_bin/Views.asmx - Methods for working with views of lists _vti_bin/WebPartPages.asmx - Methods for working with Web Parts _vti_bin/Webs.asmx - Methods for working with sites and subsites ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Line breaks

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Workflow question

    csharp sharepoint visual-studio tutorial question
    6
    0 Votes
    6 Posts
    0 Views
    I
    Good, glad that I was able to help. :) ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    2 Posts
    0 Views
    I
    Uh, I've found the answer. When I use the webbrowser to do changes on the list I can't change the "Company"-field to a lookup-field, too. It's not envisaged to do that. So the answer is that I have to create a new field and (for example) hide the existing one. :sigh: With a little contemplation I would have sift it out before writing the question and perhaps I wouldn't have spend four hours on testing. But on the other side, perhaps someone will have the same question so I didn't deleted it and just answered it on myself. (I give it a five ;P ) ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Not able to access "Custom Content Types" Which is already define.

    2
    0 Votes
    2 Posts
    0 Views
    I
    So, having a little time I spend some on testing. You can only use those contenttypes that inherits from a base-contenttype avaibable in documentlibraries. For example you can create a "Voucher" using the document-contenttype and best putting it in the same group. Then you can use it. The question is: why can't you use another type. That's because other types don't have the file-field declared by SharePoint. That field is important cause a document library has documents and documents are stored in the file-field. A list that doesn't inherit it from such a content-type doesn't have the right field (with the right id). So it can't be used. Hope that helpes you. :rolleyes: Regards, Ingo ------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • WebPart Error

    sharepoint design docker help question
    3
    0 Votes
    3 Posts
    0 Views
    I
    1- register the Telerik dll in the '.ascx' file with fully qualified name of the assembly. <%@ Register Namespace=" namespace used " Assembly=" assembly full defined with name and public key token" TagPrefix="prefix used in your controls" %> 2- create new folder in your solution and add the Telerik dll in this folder. 3- Open your solution 'package.package' file. >>Select Advanced in package designer >>Press Add button then Add Existing Assembly to add assembly to the package. >>Navigate to the folder you created before in the solution and select the Telerik dll. >> Select Deployment Target for the dll 'GlobalAssemblyCache' or 'WebApplication'. >> Under Safe Controls click add button and enter your assembly name and Namespace >>Deploy your solution and enjoy :) Sincerely, Ibrahim Hebish | SoftwareDeveloper | Portal Services | EX EgyptNetwork(Com) | GlobeSoft(Com) M: +201281744594 Email: pronto.cs@gmail.com
  • 0 Votes
    2 Posts
    0 Views
    S
    Check if you have proper master page references. There is no foolish question, there is no final answer...
  • Share Point Graphical Result

    sharepoint question
    2
    0 Votes
    2 Posts
    0 Views
    S
    Take a look: SPUserPoll[^] There is no foolish question, there is no final answer...
  • How to give permissions to site collection

    tutorial
    3
    0 Votes
    3 Posts
    0 Views
    S
    Your question is not fully clear to me but it appears like you added a new column to a document library but might have missed to include the column in the default view. Anyway, you can include that column in view by modifying the view. There is no foolish question, there is no final answer...
  • Webmethods

    csharp javascript asp-net design security
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to add content types which is aleady created site level

    tutorial
    5
    0 Votes
    5 Posts
    0 Views
    H
    When i create new content type i was follow as bello Select parent content:List content type(Dropdowmlist) Parent content type:Item(Dropdownlist) Existing group:Custom content type(Dropdownlist) But i am not getting that content while add from existing site content types under "All Groups". Thankyou.
  • Existing site content missing

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • neewbee needs help

    learning sharepoint help career
    2
    0 Votes
    2 Posts
    0 Views
    L
    mushuscotty wrote: need a good advice. See my response to ashwika42 above. speaking as ...
  • sharepoint application sample

    sharepoint tutorial
    2
    0 Votes
    2 Posts
    0 Views
    L
    If you are new to any subject then the logical place to start is the subject's website[^]. speaking as ...
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Share Point Graphical Result

    question sharepoint
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied