Reputation: 8334
Does anyone know of any good basic articles for creating Sharepoint Web Parts.
I have found a couple, but most of them jumped in a little quick.
Thanks.
Upvotes: 4
Views: 1235
Reputation: 1926
For once, I can absolutely say that microsoft has done a good job at this. It is like they grabbed a student from a CS technical writing class and had them write a step by step so that us average folks understand it. Walkthrough: Creating a Basic SharePoint Web Part: http://msdn.microsoft.com/en-us/library/ms452873.aspx
Upvotes: 3
Reputation: 1907
MSDN: Developing Web Parts in Windows SharePoint Services
Write Custom WebParts for SharePoint 2007
Writing Custom Web Parts for SharePoint 2007
Upvotes: 5
Reputation: 2604
It's pretty much the same as ASP.NET 2.0 web parts. If you're having trouble getting started, you can check out the ASP.Net 2.0 tutorials.
There's also a way to load UserControls into your webpart, so your usercontrol does the heavy lifting and the webpart is just a wrapper to play nice with Sharepoint.
Upvotes: 1
Reputation: 13840
You can try:
Upvotes: 2