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
  • how to save data to sharepoint lists from infopath forms

    sharepoint tutorial
    2
    0 Votes
    2 Posts
    2 Views
    A
    Could you eloborate on your requirement? You may try the following links as well: http://blogs.msdn.com/infopath/archive/2007/03/26/submitting-to-a-sharepoint-list.aspx http://www.bizsupportonline.net/blog/2008/12/5-ways-to-submit-an-infopath-form-to-a-sharepoint-list/ Thnx arut
  • Managing Multiple Site Collections

    question sharepoint
    5
    0 Votes
    5 Posts
    3 Views
    A
    Thanks wolfbinary. Appreciate your time and effort.
  • A List bound to items of another list

    sharepoint sales help question
    2
    0 Votes
    2 Posts
    3 Views
    W
    It sounds like you want to connect information from one list to a list or some other field. In sharepoint you can make one webpart connect to another webpart via a connection. If you look up webpart connections you'll get tutorials on the stuff. It's really not that hard, you just have to set up an interface and a couple of methods on either end to pass information back and forth. Another way might be to use the built in content types and lists, but connecting it to a list of the products and I'm not sure how you'd do that.
  • DateTimeControl inside an UpdatePanel

    design docker help tutorial question
    2
    0 Votes
    2 Posts
    4 Views
    S
    I've managed to get a little bit further... In my webpart, which uses the template I made for showing and selecting the date, I have two ways to edit an entry. 1) Through details and then edit from a MenuItemTemplate 2) Directly edit through a MenuItemTemplate Using the first method gives me errors (error: Object expected). Using the second method works flawless. The template is called as a template for a templatefield in a detailsview. Anyone have any idea? Nah... What's up, Doc? CCC's solved : 1 If a bus station is where a bus stops, and a train station is where a train stops, why do I have a work station on my desk?
  • Sharepoint desinger

    sharepoint
    3
    0 Votes
    3 Posts
    4 Views
    U
    Once you modify the page, you should approve it. Unless other users can't see it Thiwanka Manamendra
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • Sharepoint - Custom EditForm

    sharepoint help question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • How to send Task using code?

    tutorial question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Error using customied Master page for Publishing Portal

    tutorial business help
    2
    0 Votes
    2 Posts
    4 Views
    F
    plz check out this [^]
  • How to read data in all site content

    help tutorial
    3
    0 Votes
    3 Posts
    3 Views
    D
    I have a list like excel format in the list, Org Code Title Function 62,171,616 BAT To develop as per users request 62,171,616 BAT To Maintain existing systems under NO/NI I want to read the Org Code and display the function on every page of the site depending on the title that I will pass as parameter. FROM THIS SITE http://po.abv.com.sa/Lists/NO%20Organizational%20Functions/AllItems.aspx[^] TO THE FRONT PAGE OF THIS SITE http://po.abv.com.sa/PS/BAT/default.aspx[^] Regards Dabsukol
  • Change the URL.

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • print a word docx

    sharepoint com question
    2
    0 Votes
    2 Posts
    2 Views
    C
    Dear Vimal i think the best way to do that is to record a microsoft Macro , and to insert it to a button the Recorded macro will be the following : Sub Macro1() ' ' Macro1 Macro ' ' ActiveDocument.PrintPreview ActiveDocument.ClosePrintPreview ActivePrinter = "Insert your printer name and link" Application.PrintOut FileName:="****", Range:=wdPrintAllDocument, Item:= _ wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _ ManualDuplexPrint:=False, Collate:=True, Background:=True, PrintToFile:= _ False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _ PrintZoomPaperHeight:=0 End Sub
  • How can i migrate .Net Project(.aspx pages) into MOSS 2007

    csharp help question
    2
    0 Votes
    2 Posts
    3 Views
    S
    Sharepoint 2007 works in three tier archirecture. It's presentation layer (*.aspx) resides in the generic sharepoint installation folder. Bussiness logic is installed in gac and the data logic obviously is stored on sql database. So, migrating your existing asp.net applications into sharepoint 2007 may involve lot of pains and headaches and also need lot of time and resources. You can use custom webparts for any asp.net webforms but keeping in mind that it will take lot of time. There is no foolish question, there is no final answer...
  • Quotas per Sites

    sharepoint question
    2
    0 Votes
    2 Posts
    4 Views
    S
    Checkout this link: http://technet.microsoft.com/en-us/windowsserver/sharepoint/dd560708.aspx[^] http://tech-motive.blogspot.com/2009/12/for-fresh-moss-administrator-like-me.html[^] There is no foolish question, there is no final answer...
  • Failed to create the configuration database

    windows-admin database sysadmin tools help
    3
    0 Votes
    3 Posts
    3 Views
    S
    The sql login that you used should have the right to create database on the sql server. There is no foolish question, there is no final answer...
  • Wss3.0 - Search

    database xml help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • SharePoint Search API for Keywords and Synonyms

    sharepoint json help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • SPD getting server LOGON_USER parameter for INSERT

    database sysadmin announcement
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Can we create SharePoint List by using SPDesigner?

    sharepoint question
    3
    0 Votes
    3 Posts
    2 Views
    R
    Yes can be created
  • Implementing SSO in multiple sharepoint sites

    help workspace csharp asp-net sharepoint
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied