Susee:
any one tell me what is the difference between Customization and personalization?
Webparts Customization will basically happen in WebpartsZone including the Dragging and Dropping of webparts, verb interactions editing of webparts.. and how you arrange the webparts in the zone is what we called Customization. After customization happens ASPNET provides ASPNETDB wherein all Customization will be save in the database per user or all users and that is called personalization... What i mean is that once you have customize the webparts then it will automatically save the settings in the Database and saving the data to database is what we called personalization.. Personalization uses an ASP.NET applicationservices database to store personalization data. By default, ASP.NET creates this database automatically in a subfolder named "App_Data"when an ASP.NET application first uses personalization or one of theother application services such as roles, membership or profiles. Also bydefault, ASP.NET creates the database as a single SQL Server Express databasefile that contains the database schema for all of the applicationservices
Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post fixed your problem.