1.

What is asp.net WEB PARTS?

Answer»

ASP.NET WEB Parts is a set of CONTROLS for creating Websites that enable users to update the content, behavior and appearance of Web pages directly from a browser. The modifications can be applied to all or individual end-users. When users modify pages or controls, those settings can be SAVED to retain a user's personal setting preferences ACROSS future browser sessions. This feature is called personalization. These Web Parts capabilities mean that developers can authorize end-users to personalize any Web application dynamically, without INTERVENTION of any developer or administrator. Different Web Parts can share their data with each other.

Web Parts Modes:

  • Normal mode: End users cannot edit & move sections of the page.
  • Edit Mode: End users can edit Web Parts & custom properties on the page.
  • Design Mode: End users can reorder the pages Web Parts in a WebPartZone.
  • Catalog Mode: New Web Parts can be added by the end-user in any WebPartZone on the page.


Discussion

No Comment Found