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
What are the Difference between asp.net and asp ?
How do you open a page in a new window?
What are the validation controls available in ASP.NET?
What are the asp.net server side objects?
What is the difference between web config and machine config files?
Explain exception filters?
Explain how can we access static variable?
What is asp.net? How is it different from asp?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Can viewstate be accessed in another page?
How do you handle server controls?
Where web.config file is used?
Why session is more secure than cookies?
How do we ensure view state has not tampered?
Explain what is an assembly?