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 would be salary for 8+ years of experience in ASP.NET in different metro city in india?

0 Answers   Prompt Softech,


Asp.net and asp ? differences?

2 Answers  


What is the Intermittent crashing of application in production?

0 Answers   Microsoft,


Explain the difference between value type and reference type?

0 Answers  


What is a WebService and what is the underlying protocol used in it? Namespace?

1 Answers  






When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

0 Answers   BirlaSoft,


Name two properties common in every validation control?

1 Answers  


What is application variable and when it is initialized ?

4 Answers   Keane India Ltd,


Explain different types of Caching techniques in ASP.NET?

0 Answers   Sans Pareil IT Services,


Difference between abstract class and interface

2 Answers   Fidelity,


Explain < @OutputCache% > and the usage of VaryByParam, VaryByHeader ?

1 Answers  


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


Categories