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
  • column permission

    sharepoint tutorial question
    5
    0 Votes
    5 Posts
    0 Views
    J
    Thanks,your information helps me more..i will set permission using InfoPath.
  • On-page Anchor Points [solved]

    help html sharepoint com tutorial
    4
    0 Votes
    4 Posts
    0 Views
    J
    Thanks for the information. I tried what the link said, but it didn't work. By making the href JavaScript:; and the on click event this.href the anchor point name the syntax error did not happen but the page did not position at the anchor point. I did Google before I posted the question here and all I came up with was what was causing the syntax error. It is odd because the same code executes fine in an HTML page. If you can think of any other SharePoint specific links please let me know. The report of my death was an exaggeration - Mark Twain Simply Elegant Designs JimmyRopes Designs Think inside the box! ProActive Secure Systems I'm on-line therefore I am. JimmyRopes
  • How to deploye sharepoint site

    tutorial sharepoint
    5
    0 Votes
    5 Posts
    0 Views
    I
    HemadriT wrote: where sharepoint site collection is stored which i created The SharePoint WebSiteCollection is stored in the Database. There is always direct Access for you. Every WSC has a link you find in the central administration, when you look at the WebSiteCollections. HemadriT wrote: How can i go to website properties - Go to the WebSiteCollection - Click on the Menu "Site Actions" (it's there when you are logged and you got enough rights) There is "Site Permissions" for setting rights (and "Site Settings" for configuration) - Click on Site Permissions Now you see a lot of groups and some users. - Select a group you want add users to. I don't know the English names as I'm using the german version. The group opens - Click on "new" and then "add user" - Enter the user names to be added. ------------------------------ 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.
  • SharePoint Migration steps

    sharepoint tutorial
    2
    0 Votes
    2 Posts
    0 Views
    I
    There are two good Microsoft-Technet Ressouce Pages: http://technet.microsoft.com/en-us/sharepoint/ee517214.aspx[^] http://msdn.microsoft.com/en-us/sharepoint/ee514557.aspx[^] And there is a blog, too: How to Upgrade SharePoint 2007 to SharePoint 2010 (Part 1 of 3) ------------------------------ 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.
  • SharePoint 2010 Custom Expiration not working

    help sharepoint tools career
    2
    0 Votes
    2 Posts
    0 Views
    S
    Update: Strange...but whenever I do anything with the feature or content type, such as deactivating or activating the feature, it will route. But only once. What I did this time was: 1. Disable-SPFeature and wait for it to complete 2. Enable-SPFeature and wait for it to complete Then ran the appropriate timer jobs in the correct order and it routed. But if I add another document, it wont unless I re-run a command.
  • Share with external users from sharepoint 2013

    sharepoint question
    2
    0 Votes
    2 Posts
    0 Views
    I
    Yes! You could setup an open WCS to which you can give download links. (unsecure) You can configure an alternative authentification provider. (take a look at http://www.simple-talk.com/dotnet/windows-forms/configuring-forms-authentication-in-sharepoint-2007/[^] for example). ------------------------------ 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
    9 Posts
    0 Views
    L
    SANJEET KUMAR SATPATHY Delhi IN wrote: when I am trying to build the application I am getting that error. You know that repeating the same comment over again without providing the relevant source code and exact error messages does not give us any way of helping you. One of these days I'm going to think of a really clever signature.
  • 0 Votes
    3 Posts
    0 Views
    B
    Sorry for not being clear. I just wanted to create a link that opens the task in Visual Studio, but I have already figured it out. Thanks for the help anyway :thumbsup:
  • MultiChoice Fields

    question csharp visual-studio
    4
    0 Votes
    4 Posts
    0 Views
    S
    The only functionality that you want to use to populate the items from the other list means you can go for the lookup column.
  • 0 Votes
    3 Posts
    0 Views
    S
    If the page is designed using SharePoint designer or a page created in SharePoint via browser, both the pages can be accessed via SharePoint designer. Instead of exporting and importing to the production will not work, because while exporting the designer will change some string format e.g., "<" to ";lt;". To avoid these there are two procedures you can follow to copy the pages from development to production. 1. Open the page in the development server and copy all the contents and paste it in the production environment. 2. Take the cmp of the library where the page resides and import it to the production. Cheers...
  • Error on powershell

    windows-admin tools help
    2
    0 Votes
    2 Posts
    0 Views
    L
    You forgot to set your PATH variable to include the path to the Visual Studio tools. One of these days I'm going to think of a really clever signature.
  • Error on PowerShell

    windows-admin tools help
    2
    0 Votes
    2 Posts
    0 Views
    L
    Please do not repost the same question again. If anyone knows the answer they will provide it in their own time. One of these days I'm going to think of a really clever signature.
  • How to drag "WebpartUploadFiles.dll to Assembly".

    dotnet tutorial
    15
    0 Votes
    15 Posts
    1 Views
    H
    Hi, 1. Copy mydll.dll to temp 2. Open Windows Startmenue, type "powershell" open the Windows Powershell or the SharePoint 2010 Administration Shell I completed upto this. from 3rd point onwards i tryed in powershall but i am not able to got that.. 3. Set alias to Gacutil, type: Set-Alias Name:Gacutil -Value "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe" 4. Add dll to gac, type: Gacutil /i C:\temp\mydll.dll" Thanks, Hemadri.T
  • Multiple Outgoing mail servers

    help question sharepoint sysadmin
    2
    0 Votes
    2 Posts
    0 Views
    I
    I don't know Kace, but you could use a little C# programm to access the smtp server and push the mails into a sharepoint list or library. ------------------------------ 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
    FieldLabel has no definition for .Text or .Font or .ForeColor. For usage take a look at http://zieglers.wordpress.com/2010/04/08/dynamically-creating-form-controls-in-sharepoint/[^] Alternatively use LiteralControl, it's a little bit easier to use. As it's included in HTML Code I think you should HTML-Tags to change Font or Color. ------------------------------ 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.
  • UI doesnt exit in the namespace,Even i added "using System.Web"

    design
    3
    0 Votes
    3 Posts
    0 Views
    H
    Thanka a lot..........
  • When i build the project i got Errors like bellow

    design help question
    2
    0 Votes
    2 Posts
    0 Views
    I
    HemadriT wrote: Error 1 The type or namespace name 'UI' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Did you added reference to System.Web? After that include "using System.Web.UI". HemadriT wrote: Error 2 The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?) There is no Label in "Microsoft.SharePoint.WebControls" nor in "System.Web.UI". Do you want to use FieldLabel? By the way, if the answers help you, feel free to state that or vote up. I get never feedback from you and I try really hard to help you. :rolleyes: ------------------------------ 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.
  • Didnt get Microsoft.SharePoint.WebControls

    sharepoint
    2
    0 Votes
    2 Posts
    0 Views
    I
    HemadriT wrote: But i didt get Microsoft.SharePoint.WebControls in that list. Of course not. Microsoft.SharePoint.WebControls is part of the package Microsoft.SharePoint. Add reference to Microsoft.SharePoint then include the namespaces: using Microsoft.SharePoint; using Microsoft.SharePoint.WebControls; ------------------------------ 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.
  • software requirement

    sharepoint sysadmin
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Software requirement

    sharepoint
    2
    0 Votes
    2 Posts
    0 Views
    I
    If these are the only requirements, SharePoint Foundation 2010 should be enough. ------------------------------ 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.