I want to develop the content datasource webpart, which should fetch the data from SPLists and provide it to other requesting webparts. how to build this content datasource web part ? What i need basics ?
- How to accept if nobody satisfied me in answering. and really i don't want to fake accept.Red Swan– Red Swan2011-06-27 11:38:44 +00:00Commented Jun 27, 2011 at 11:38
- when I take a look at your questions and answer, some of them have answer without comment, or you saying "that does not solved your problem". I can't imagine that there is actually zero answer which is the correct answer... or explain why when you are not satisfied with an anwserSteve B– Steve B2011-06-27 11:59:16 +00:00Commented Jun 27, 2011 at 11:59
- 1cool buddy ... see i have accepted :) ...! now i am expecting answers from you specially... :) he he he heRed Swan– Red Swan2011-07-02 04:12:38 +00:00Commented Jul 2, 2011 at 4:12
- glad to see you accepted :)Steve B– Steve B2011-07-02 07:09:39 +00:00Commented Jul 2, 2011 at 7:09
- to help, can you precise want is your goal? I'm not understanding what you meant by "develop"Steve B– Steve B2011-07-02 07:11:54 +00:00Commented Jul 2, 2011 at 7:11
| Show 2 more comments
1 Answer
You can use an existing "Content Query Webpart". Just add an xsl file in your webpart settings to change the layout. To use data from other webparts, you should look at this msdn-tutorial, how to connect webparts.