Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Need to populate 2 fields from a List in content query web part

  Asked By: Aadesh Bargali         Date: Jan 12, 2010      Category: Sharepoint      Views: 334
 

I was trying to populate 2 fields from my lists to the content query web part

I did the following changes:

1) changed the Itemstyle as per the attached(i have attached the the portion
where i made my changes)

2) Changed the DataColoumnRename to

<property name="DataColumnRenames"
type="string">Title,Title;Created_x0020_date0,DateTime</property>

3)Changed the CommonViewFields to

<property name="CommonViewFields"
type="string">Title,text;Created_x0020_date0,DateTime;</property>


I could not populate the fields (Title and Date are the required fields).


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:                      

 

No Answers Found. Be the First, To Post Answer.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].