views:

20

answers:

1

Hi, I am Developing a web Application in ASP.NET 3.5. I have to create UI that customize user. That means, user change their profile Background Color, Fore color, size, etc. How Can I create this!!!

+1  A: 

Hey,

Setup a profile, then create a page to read/write these values to/from the profile:

http://odetocode.com/articles/440.aspx

Brian