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



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

Answer / 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

More ASP.NET Interview Questions

For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

2 Answers   Microsoft,


How to remove cache object in asp.net?

2 Answers   TVS,


In C#.net application is run on linux michine

4 Answers  


What do you mean by caching in asp.net?

0 Answers  


Rate yourself in .net and sql database?

1 Answers   BrickRed, Infosys, Satyam, SP Software,






What is the usage of DelegatingHandler?

0 Answers  


Explain the asp.net session state modes.

0 Answers  


How does u call and execute a sp in .net?

0 Answers  


What are the advantages and limitations of query string?

0 Answers  


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

1 Answers  


What is authorization in asp.net?

0 Answers  


What is a gridview in asp.net?

0 Answers  


Categories