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

Explain about asp.net state management?

0 Answers  


How information about the user's locale can be accessed?

0 Answers   MindCracker,


What is the used of "ispostback" property?

0 Answers  


Difference between Response.Expires and Expires.Absolute ?

1 Answers   Accenture, BirlaSoft,


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

0 Answers  






how many databases and tables are uses in one project?

2 Answers  


Explain the benefits of viewstate?

0 Answers  


What is the use of location tag in web.config file

2 Answers   Karur Vysya Bank KVB,


About SOAP ?

3 Answers   Cognizant, Infosys,


How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

0 Answers   Siebel Systems,


What are the contents of cookie?

0 Answers  


Categories