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
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Can we have a web application running without web.config file?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
If you want to write your own dot net language, what steps you will you take care?
What is applicatio domain?
How can you enable impersonation in the web.config file?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain the difference between singleton and single call?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Explain transparent caching with aop?
What is query string?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are themes and skins in 2.0, explain usage scenario?
Explain how do you validate the controls in an asp .net page?
What is the concept of view state in asp.net?