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 is loop in asp.net?
What are Authentication and Authorization?
What are the 3 levels at which content pages can be attached to Master Page?
How can we provide the WebParts control functionality to a server control?
Describe in brief .net framework and its components.
In which event of the page life cycle, is the viewstate available?
Explain the advantages of asp.net.
What is the difference between system.stringbuilder and system.string
Can user control be stored in library?
What is redirecting behavior?
Define page fragment caching?
Any disadvantages in Dataset and in reflection ?
What is the difference between rest and restful?
Which is the parent class of the web server control?
What’s the use of “GLOBAL.ASAX” file?