when using personlization, how do you access over setting at
runtime?



when using personlization, how do you access over setting at runtime?..

Answer / 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

More ASP.NET Interview Questions

What do you mean by View State and what is its role?

0 Answers   Wipro,


What's the use of formatters in .net?

0 Answers  


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1 Answers   BirlaSoft,


What are the contents of cookie?

0 Answers  






Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


How to reduce the Page size in asp.net?

4 Answers   CTS,


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


Why is xap important?

0 Answers  


Can we use multiple web.config files in an sigle appliction?

3 Answers   IBS,


How to kill session?

18 Answers   Protech,


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?

1 Answers  


Categories