473,785 Members | 2,457 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

shared personalization in asp.net 2.0

Hi, in asp.net 2.0, is there any out of the box provider that I can use
in order to persist to a SQL Express Database some site settings?
I have a webpart page where only authorized users can add/modify/remove
webparts (in shared mode) and I would like to give them the ability to
set even the theme for all users. In other words I would like to use
personalization features without adding other webparts.
Thanks in advance.
Francesco.

Oct 26 '06 #1
1 1139
Create a single user and sign everyone up under that user? It will work,
unless you also need users to have their own additional personalization .

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************** *************** *************** ****
Think outside of the box!
*************** *************** *************** ****
"fscali" <Fr************ *@gmail.comwrot e in message
news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
Hi, in asp.net 2.0, is there any out of the box provider that I can use
in order to persist to a SQL Express Database some site settings?
I have a webpart page where only authorized users can add/modify/remove
webparts (in shared mode) and I would like to give them the ability to
set even the theme for all users. In other words I would like to use
personalization features without adding other webparts.
Thanks in advance.
Francesco.

Oct 26 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1171
by: Danny Tuppeny | last post by:
Hi all, I'm after some advice... I'm building a website which will have a login etc.. The Personalization in asp.net 2 stuff looks like it'll save me some time (login controls etc.), however, the rest of my site ties very intimately into my users. I have many tables (such as News, PhotoGallery, ForumPost) which have a UserID column. From a user, I want to be able to get at a List<News>, List<PhotoGallery> etc.
9
3417
by: SlimFlem | last post by:
Is this possible? My entire web site is being built dynamically using WebPart's and a lot of it will be anonymous. How do I load these parts dynamically using WebPartManager.AddWebPart() and not use Personalization. I think I am saying this correctly. When I disable Personalization in the WebPartManager tag and use AddWebPart(), I am told Personalization is not enabled.... There is also a defaut Authorization entry in IIS specifying...
0
1577
by: Anonieko | last post by:
Scenario: Web Parts features (like design mode) require the user to be authenticated and registered. But what if you don't want the users to go through registration but still enable personalization? Answers:
1
1661
by: Ya Ya | last post by:
I am using the personalization feature in asp.net 2.0 I am storing the phone number for each user. When a certain user enters his phone number I would like to check if another user already store this phone number. Is it possible to query personalization data so I will be able to retrieve the phone number of each user?
0
1044
by: arthernan | last post by:
I have an almost finished page that uses webparts. And this is the expected functionality. A logged on user hits a button and the button opens a WebPart. Then te user logs off, next time he logs on he will find the webpart already open. Now, if a different user logs on, the fact that another user might have opeed a webpart should not affect the page. For him the page should only show webparts that were open inside his session. So this is...
2
1652
by: arthernan | last post by:
I have an almost finished page that uses webparts. And this is the expected functionality. A logged on user hits a button and the button opens a WebPart. Then the user logs off, next time he logs on he will find the webpart already open. Now, if a different user logs on, the fact that another user might have opened a webpart should not affect the page. For him the page should only show webparts that were open inside his session. This is...
1
2145
by: Tony Jones | last post by:
Can I have two ASP.NET site using the same membership provider settings? For this to happen, the applicationName would have to be the same, but what about the configuration of the <properties> within the <profile> section? In the web.config's for both sites, do these config sections have to be identical? Could I actually fully define the <properties> section in one application and not in the other? Do the <profiles> section of each...
2
1797
by: Roger23 | last post by:
I have a requirement where I need to remove or disable the entire personalization feature of my web application. I am not allowed to have a SQL express on my web server and I am not allowed to have any SQL Express or any SQL server for that matter. how do i disable the entire personalization of my application. i tried: <webParts > <personalization defaultProvider=""> <providers> <clear/>
1
1401
by: Leeor Chernov | last post by:
Hi, I am trying to make my WebPartManager.Personalization.CanEnterSharedScope to true, I tried to put in web.config the authorization part : <allow verbs="enterSharedScope" users="SomeUserAccount" roles="admin" /> </authorization> and it is still remain false,
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10325
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10147
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.