when using personlization, how do you access over setting at
runtime?
Answer Posted / karthika.s
One way to improve the usability of your application is to
allow personalization—where different users of the same
application have their own set of personalized settings. To
do this, you need a way to store user-specific data, such as
the size of the Window, the background color, etc. And while
some data should be user-specific, some data applies across
the board—things like database connection strings, Web
services URLs, etc.
You access the settings through the
Properties.Settings.Default class.It's important to
initialize the settings with a default value. If not,
accessing them during runtime will result in errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a viewstate?
Differentiate globalization and localization.
how to elimainte the similar data from the different tables
Does asp.net still recognize the global.asa file?
Explain the different types of directives in .net?
What are the different types of Caching techniques in ASP.NET?
How is the asp.net mvc architecture different from others? : asp.net mvc
Distinguish between Server-side and Client-side code with its functionality?
Why mvc is better than asp.net? : Asp.Net MVC
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is caching? What are different ways of caching in asp.net?
What is asp.net ajax?
What is the benefit of WebAPI over WCF?
how to write html code with ssl
What are the disadvantages of using session?