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 |
How many types of session in ASP.NET
What is role-based security in asp.net?
Which namespace in used to connction web cam
Why session is more secure than cookies?
What is ispostback method in asp.net? Why do we use that?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What are the two properties that are common in every validation control?
What does asp stand for in asp.net?
Can private assembly be used for more than one application? If so how?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
what is CLR?
what is satellite assembly in .net?