Jason
Jason

Reputation: 652

How do I create a custom web part from a custom list in sharepoint 2007

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

Answers (1)

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

Related Questions