Web Parts Personalization
In certain Web applications, you might want to allow users to modify, or personalize, the application's user interface and behavior. ASP.NET Web Parts controls provide this capability in one of their core features, personalization. Personalization allows the properties or state of Web Parts controls to be saved in long term storage and not be tied to a particular browser session.
In This Section
How to: Create Personalizable Properties on a Web Parts Control
Walkthrough: Implementing Web Parts Personalization with a User Control
Walkthrough: Implementing Web Parts Personalization using IPersonalizable
How to: Create Personalizable Properties on a Web Parts Control
Related Sections
- ASP.NET Web Parts Controls
Provides links to all topics about ASP.NET Web Parts.