November 28, 2012
November 20, 2012
Hide Revert To Template
<style type="text/css">
body #pageStatusBar{height:0px; font-size:0px; padding:0px; border-style:none;}
</style>
</asp:Content>
body #pageStatusBar{height:0px; font-size:0px; padding:0px; border-style:none;}
</style>
</asp:Content>
November 07, 2012
DataForm webpart for subsites
Requirement: Get data from the parent site and show in subsite using dataform webpart.
Steps.
1. Designer --> Add Empty DataForm Webpart
2. Select Source
3. Insert Selected Fields as multiple items view.
4. Remove all ListNames and change it to ListIDs in parameter binding and datasource section.
5. Remove listid and listname in dataformwebpart attributes section.
4. Add below for parameter binding.
<ParameterBinding Name="WebURL" Location="None" DefaultValue="/sites/subsite/"/>
5. Add below for select/update/insert/delete parameters
<WebPartPages:DataFormParameter Name="WebURL" ParameterKey="WebURL" PropertyName="ParameterValues" DefaultValue="/sites/subsite/"/>
Steps.
1. Designer --> Add Empty DataForm Webpart
2. Select Source
3. Insert Selected Fields as multiple items view.
4. Remove all ListNames and change it to ListIDs in parameter binding and datasource section.
5. Remove listid and listname in dataformwebpart attributes section.
4. Add below for parameter binding.
<ParameterBinding Name="WebURL" Location="None" DefaultValue="/sites/subsite/"/>
5. Add below for select/update/insert/delete parameters
<WebPartPages:DataFormParameter Name="WebURL" ParameterKey="WebURL" PropertyName="ParameterValues" DefaultValue="/sites/subsite/"/>
Subscribe to:
Comments (Atom)
SonarQube with Jenkins Setup using Docker Images
https://funnelgarden.com/sonarqube-jenkins-docker/ https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...
-
http://sharepointmagazine.net/articles/creating-documents-with-sharepoint-designer-2010-workflows Issue#1 : The workflow could not cr...
-
I guess Drawing is my first extra curricular activity which i have developed during the school days. Thanks to Bhargavi Teacher[my Drawing T...
-
clear $site = Get-SPSite -Identity http://url $q = New-Object -TypeName microsoft.SharePoint.SPSiteDataQuery $q.Lists = "<List...