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
Can any body provide me the sample web application in asp.net
What is the difference between trace and debug in asp.net?
What are client activated objects?
What is the asp.net control toolkit?
What are the different types of sessions in asp.net?
What is web api config?
Can you explain composite pattern?
Explain serialization and deserialization?
How many types of cookies are there in asp.net?
How can we prevent browser from caching an aspx page?
explain code with datachaching with example
What are the session variables?
What is a 404 redirect?
What are the different types of validation controls provided in ASP.NET?
Explain the difference between asp and asp.net?