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:
Posts (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...
-
The competitive examination for the Indian Forest Service is conducted by Union Public Service Commission (UPSC). IFS exam is conducted ann...
-
Happy New Year. May this year is the year for your dreams, passions, everything you believe, your wishes, your desires, your thoughts, your ...
-
Azure Mobile App Service provides services that allow you to support mobile apps across multiple platforms. It does not provide hosting ser...