What is personalization? What are the properties available
in personalization?

Answer Posted / swetha

The ASP.NET personalization can make an automatic
association between the end user viewing the page and any
data points stored for that user. The personalization
properties that are maintained on a per-user basis are
stored on the server and not on the client. These items are
conveniently placed in a data store such as Microsoft SQL
Server and therefore the end user can then access these
personalization properties on later site visits.

We will create personalization properties in the web.config
file and can use them in our code behind.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between overriding and overloading?

538


What is Razor View Engine

603


What is the difference between mvc and asp.net? : Asp.Net MVC

472


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

1357


What are the validation controls available in ASP.NET?

540






Differentiate strong typing and weak typing

524


What is asp.net and its advantages?

547


Explain State management in asp.net

623


What are the properties of the eventargs argument when capturing keyboard events?

535


Difference between application events and session events

586


What is Dynamic Web and discuss its usage with the help of real life examples?

592


Define managed code and managed data in .net?

507


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

616


What is an assembly? Explain its parts.

625


What is state management in asp.net with example?

456