Instructor
Notes |
|
This code sample
shows the Hello World Web Part written for the ASP.NET 2.0 Web Part
environment. All ASP-style Web Parts must derive from the ASP.NET WebPart
base class. A simple Hello World Web Part doesn't need to do anything other
than override the RednerContents method and write a simple text string as
output back to the browser. |