0
votes
1answer
21 views
ASP.NET web parts - not stored in a cookie
Recently I was reading the MCTS ASP.NET 3.5 exam preparation book. I finished the lesson about web parts. The author said that user personalization is stored in a database and trac …
0
votes
0answers
20 views
Web Parts - User Personalization Data in .NET
Is there a way to get a list of all web parts added by each user from the Web Part User Personalization data?
0
votes
0answers
13 views
Web Part Manager - Personalization Blob Data Extraction
I am adding a Personalizable Attribute to my custom implementation of WebPart class. This will be used by the Web Part Manager while rendering web parts to zones. I need to inject …
3
votes
3answers
207 views
How do you get SharePoint “My Links” back after a profile has been deleted and restored?
We're running SharePoint 2007 SP1 and profiles are imported from Active Directory (a full import runs daily). We had a problem where many of the users were disabled unintentionall …
0
votes
1answer
54 views
django admin: company branches must manage only their records across many models
One company with many branches across the world using the same app. Each branch's supervisor, signing into the same /admin, should see and be able to manage only their records acro …
0
votes
4answers
191 views
java webpart like asp.net ?
I was reading asp.net webpart technology which gives users some personalization abilities under some rules and tools of webparts.
are there something like webpart technology lib …
1
vote
3answers
2k views
Add web part programmatically to a Sharepoint Page and save values into the web part personalization store
In my project I programmatically create a web part page and add a web part to it using SPLimitedWebPartManager. I also want to set some properties for the web part and save it into …
1
vote
3answers
404 views
SharePoint Personalization With Application Pages
I am trying to implement personalization (WebPartManager and WebParts) on ASP.NET application deployed to SharePoint as application pages (Separate application and aspx pages deplo …
2
votes
3answers
442 views
efficient ways to anonymous personalization using ASP.NET + Cookie
Hi all:
I am trying to achieve anonymous personalization in a ASP.net environment. I know that ASP.NET 2.0 provide Profile. However, I want to avoid traffic to the database as mu …
0
votes
1answer
83 views
Is there a way to rebuild/repair ASP.Net personalization tables without losing the data inside?
I inherited an Asp.Net app that uses ASP.Net membership services. I am trying to add web parts with personalization to the site, and am getting a lot of errors. It looks like the …
0
votes
3answers
255 views
Sharepoint custom personalization
I am creating sharepoint custom solution that will show number of drop down in page. The drop down data is shared in may pages.
I want to persist selected values of the user such …
