Home ASP.NET Web Parts

ASP.NET - Web Parts



After completing this tutorial, you will be able to
  • Understand ASP.NET Web Parts
  • Use standard Web Parts in a Web page
  • Create a custom Web Part
  • Use the custom Web Part in a Web page
Because rendering an ASP.NET Web form is broken down into small, manageable chunks, arbitrarily extending the framework by adding new controls is a straightforward affair. Server-side controls offer very fine-grained control over the HTML rendered by your application.

Next