web parts - Sharepoint webpart combobox of lists -


I have a webpoint that works from a list but I am trying to create a dropdown that includes a list SharePoint lists so that when the user edits the page and selects 'Shared WebPort Modified', they can select the list item and that the webpad gets parsed back.

Examples of any examples or links are appreciated!

Thanks

Donation

What you are looking for

  1. To create your custom toolpart class from Microsoft, SharePoint.WebPartPages.ToolPart
  2. In your custom toolpart, override CreateChildControls , type the code to iterate on lists in your SPEEDBLOCK, and add it to the dropdown list < / Li>
  3. Override GetToolParts in your webpage and add your custom toolpace so that it appears in the right hand

Comments