Reputation: 652
I want to create a custom web part in SharePoint 2007 that allows me to take items from an existing custom list (i.e. Title, Hyperlink, Description and photo) and then render it in a format of my choice. How can I do this using C# asp.net and a web part?
Upvotes: 0
Views: 203
Reputation: 5283
you can use sharepoint object model to achieve the same SPList class will provide you all informations you need refer the attached link. You can use also use DVWP for the same
Upvotes: 2