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 you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What are the advantages of using session?
What are tuples?
How to change Master page in ASP.Net using code?
What do you mean by serialize?
How do I know asp.net mvc version? : Asp.Net MVC
What is the use of express session?
What is the difference between session object and application object?
What does postback mean?
What is css in asp.net?
What is the difference between typeof() vs gettype()?
What is web api config?
how to elimainte the similar data from the different tables
What are the properties of the eventargs argument when capturing keyboard events?
Why the javascript validation not run on the asp.net button but run successfully on the html button?