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

How do you initiate validation on the server manually? What are two situations when you might you want to do that?

0 Answers  


Define web services in asp.net.

0 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


What is shared and private assembly?

1 Answers   Accenture,


How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  






what is the dllhell? why we use the dllhell?

4 Answers  


Every Validation controls have same option ?

2 Answers   iGate,


They mostly asked difference between versions of technologies

0 Answers   Mphasis,


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

0 Answers  


What is Active Directory? What is the namespace for that?

2 Answers  


Can we set master page as a start page?

0 Answers  


Compare and contrast between inline and code behind - which one is best?

2 Answers   Siebel,


Categories