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
Is asp.net 64-bit enabled? How?
Explain the difference between panel and groupbox classes using .net?
Can you explain one critical mapping?
Contrast OOP and SOA. What are tenets of each ?
Where is the view state data stored in asp net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is session in asp.net?
Is asp net front end or backend?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
How do you hide the columns?
Explain how does asp page work?
How do you declare static variable?
What is the use of execute non query in asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
What is application and session in asp.net?