Ryan Smith
Ryan Smith

Reputation: 8334

Good articles for Sharepoint Web Part creation?

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

Answers (4)

AdamBT
AdamBT

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

jwmiller5
jwmiller5

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.

LoadControl vs SmartPart

Upvotes: 1

Nico
Nico

Reputation: 13840

You can try:

Upvotes: 2

Related Questions