Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
1answer
4k views

How do I get intellisense in app.config for a custom section?

We have a custom section in my app.config file related to our IoC container class. How can I get intellisense when editing the config file for this section, as well as getting rid of the compiler ...
3
votes
2answers
202 views

Alternative to OverLibWrapper for displaying control tooltips in ASP.NET

I looked into a nice way to display tooltips dynamically and I found OverLibWrapper, which was exactly what I needed. I have all the tooltip data stored in a custom configuration section, the ...
2
votes
2answers
279 views

app.config: how do I make a nested customSection called appSettings be the ConfigurationManager.AppSettings

my desired app.config would be like this: <configSections> <sectionGroup name="QA_Environment"> <section name="databases" ...
2
votes
2answers
191 views

Multiple identical custom config sctions in app.config

I'm attempting to create a custom config section in the app.config file of my C# .NET console application. It's to store some details about some servers, like so: <configSections> ...
0
votes
1answer
452 views

Splitting HTML page into different sections using sliding panel dividers? How is it done?

I'm wanting to divide a web page up into different sections as shown here. I'm trying to figure it out what this technique is called and an efficient way to implement it? The page is divided up into ...