Microsoft
Software
Hardware
Network
Question : Create a Custom Configuration Section with a collection of elements
Hello, I would like to figure out how one would make a Custom Configuration Section with a collection of elements inside it.
It would look similiar to this:
That is how I would like it to look. I understand how to make it look like this:
However, I would not like it to look like that, I would like it to look like my first example and I can't seem to figure it out. I mean the ConnectionString configuration section also looks like my example. Could somebody point me to the right direction?
Please guys, look at my first example. That is how I want it to look, I understand how to make it look like my second example and I don't want that sort of schema.
Anybody know or have a tutorial I can look at to reach this goal?
Answer : Create a Custom Configuration Section with a collection of elements
You would use the following:
A sub class of ConfigurationElementCollec
tion and give it this attribute:
[ConfigurationProperty("",
IsDefaultCollection = true)]
Random Solutions
aspx/c# looping through data from within body
what is byref in csharp? help with my function
Formula to give billing rate
VB.NET Smart Device Application - Form doesn't show using form.show() method
Cannot extract bitmap from resources section of app!
File Sharing Lock w/single user
Send/Receive error in Outlook when Sharepoint Discussion Boards/Doc Libraries connected to it
Access / VBA / return to previous record after form after update event triggers
Datasheet view and drilldown
Help Using RtlMoveMemory from kernel32 in VB.NET