InterviewSolution
| 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:
|
|