To be short and sweet, a good website should remember my preferrences. So that the next time I visit , I get a personalized welcome.
So how do we achieve this without using the out of the box solution provided by ASP.Net 2.0?
Create couple of tables and stored procedures to store and manipulate user profile details.
Write few classes' which will hold user's preferrence.
Write data access code to store and retrieve user's preferrence.
Read More