Hi All,
I am creating an application using ASP.NET where user can change backbrgound color.
My senior advised me to use profile properties.
After some researh over net i found it out how to set sqlprofile provider in web config.
But I don't know how to store different color in database for user.
More over how a user log in to his account and change his background color of his choice from the available color's he sees from the list.And this choice he made must be stays until user changes it next time.
My database consists
User table.
user_id
background_color.
How do I store different color in background_color field.
I am Using MS SQL Server 2008.
Kindly advise ASAP.
Any help is most welcome.
Thanks in advance.
Go to the complete details ...