locked
Using Custom webpart on PDP RRS feed

  • Question

  • I have a basic requirement and i think developing custom webpart is good solution. (please correct if i m wrong).

    on PDP i want to add a webpart which contains the dropdown list and text box, values in dropdown list are coming from a custom sharepoint list(on_load) and based on the value selected in dropdown list a text box will be populated with information which is also coming from same list. There are other project custom fields controls on same PDP, a web part values should be saved when user save the PDP.

    i tried a lot of search every time i m geting a code samples related JS grid or time sheet, could you plz suggest something for above situations. i think this is the same issue for all sharepoitn devlopers who started working on project server.


    Pravin
    Wednesday, October 12, 2011 11:27 AM

Answers

  • Hi Pravin,

    Yes, You can use Visual web part in  SharePoint 2010 type project using C#.

    There is a sample on Solution starter which can help you to start. When you download Solution started, see the samples of PDP Customization.
    http://archive.msdn.microsoft.com/P2010SolutionStarter

    It will be in <drive>Solution Starter\Deployment\PDPCustomizations.
    Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82
    • Proposed as answer by Hans.H Friday, October 14, 2011 5:48 AM
    • Marked as answer by PravinMohite Friday, October 14, 2011 7:57 AM
    Wednesday, October 12, 2011 11:47 AM

All replies

  • Hi Pravin,

    Yes, You can use Visual web part in  SharePoint 2010 type project using C#.

    There is a sample on Solution starter which can help you to start. When you download Solution started, see the samples of PDP Customization.
    http://archive.msdn.microsoft.com/P2010SolutionStarter

    It will be in <drive>Solution Starter\Deployment\PDPCustomizations.
    Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82
    • Proposed as answer by Hans.H Friday, October 14, 2011 5:48 AM
    • Marked as answer by PravinMohite Friday, October 14, 2011 7:57 AM
    Wednesday, October 12, 2011 11:47 AM
  • terrific !!

    Its of a great help, I started to working on it.

    Thanks a lot Amit.

     


    Pravin
    Thursday, October 13, 2011 3:52 AM