Page 1 of 1
UserPersonalization Table
Posted: Tue Apr 28, 2009 11:39 am
by ryanstowasser
Can I use the UserPersonalization table to set a theme for a user to use during their visit to my site?
can I have different themes for different users, and how is this set up?
Thanks,
Ryan
Re: UserPersonalization Table
Posted: Wed Apr 29, 2009 4:18 am
by mazhar
You can store each users theme info in his user settings and then then adjust website them upon their visit by using this information. Read following helpful thread
viewtopic.php?f=44&t=8097
Re: UserPersonalization Table
Posted: Wed Apr 29, 2009 9:01 am
by Logan Rhodehamel
ryanstowasser wrote:Can I use the UserPersonalization table
Avoid using that table for anything. This is a table that stores personalization data for the Microsoft Web Parts framework. It's not a table we manage, beyond providing in our schema for ASPNET.
Use UserSettings as Mazhar suggested.