[Personalizable(PersonalizationScope.User)]

H

Handle

Hi,

I have to persist the following property on a "per user" basis:

[WebBrowsable(true),Personalizable(PersonalizationScope.User)]
[Personalizable(PersonalizationScope.User)]
public Hashtable listOfViews
{
get
{
return listDict;
}
set
{
listDict = value;
}
}

I can see that the property get persisted (i.e. if I close the browser, open
it again - link to the web part page - my values are there), but the problem
is that - ALL users have access to the SAME property. Thus the property is
not saved on per-user basis - but it is shared among all.

Any ideas on why?

/NeXTstep
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top