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

Explain how cookies work. Give an example of cookie abuse.

0 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually?

5 Answers   Siebel Systems,


how to edit gridview control in asp.net2.0

1 Answers   3i Infotech,


cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress

1 Answers   SQL Star,


what is the advantage of data reader?

2 Answers  






How does cookies work in asp net?

0 Answers  


What is difference between web config and global asax?

0 Answers  


Where sessions are stored in asp.net?

0 Answers  


Explain what a diffgram is, and a good use for one?

2 Answers  


what is code access security,role based security explain with example

1 Answers   Infosys,


In ViewState How much lifespan items stored?

0 Answers   Siebel,


What is view state and how this can be done and was this there in asp?

11 Answers   Accenture, KDOT, Mphasis,


Categories