Re: Sample Whidbey Web Part Code

Tech-Archive recommends: Fix windows errors by optimizing your registry



Here are the ASP.NET 2.0 quickstarts:

http://beta.asp.net/QUICKSTART/aspnet/doc/webparts/default.aspx

As for the UC vs. developing a custom WebPart control class... Depends upon how much you need the control to be integrated into the WebParts infrastructure -- IOW, how many user configurable properies does it need? If it's an existing UserControl and all you need is the layout capability the UC approach is fine, IMO. Once it's no longer fine, then you'll need to look at writing a custom Web Part.

-Brock
DevelopMentor
http://staff.develop.com/ballen



Can anyone point me to some examples of Whidbey Web Parts being
designed from scratch. The documentation on this is still blank (eg.
http://msdn2.microsoft.com/library/t54h7hh7(en-us,vs.80).aspx).

Is the generally accepted way to create web parts just to create a
user control and then wrap it in a Web Part?

Thanks,
Cliffe



.