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 mta?
What is a query string in a url?
Do session use cookies in asp net?
What is cas?
Why would anyone need to implement their own hashtable or linked list?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What New Features comes with ASP.NET Web API 2.0?
What is considered a service provider?
Which adapter should you use, if you want to get the data from an access database?
About CLR, reflection and assemblies?
What are demand-paging and pre-paging?
What is user control in asp.net?
Difference between response.redirect and server.transfer?
Explain about asp.net 2.0 themes?