Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I permit only small letters in a TextBox? Pin
Ravi Bhavnani19-Sep-11 1:29
professionalRavi Bhavnani19-Sep-11 1:29 
QuestionHelp add new section to this config please Pin
mwpeck16-Sep-11 6:13
mwpeck16-Sep-11 6:13 
AnswerRe: Help add new section to this config please Pin
Geoff Williams16-Sep-11 6:48
Geoff Williams16-Sep-11 6:48 
GeneralRe: Help add new section to this config please Pin
mwpeck16-Sep-11 7:00
mwpeck16-Sep-11 7:00 
GeneralRe: Help add new section to this config please Pin
PIEBALDconsult16-Sep-11 14:52
mvePIEBALDconsult16-Sep-11 14:52 
GeneralRe: Help add new section to this config please Pin
mwpeck16-Sep-11 15:06
mwpeck16-Sep-11 15:06 
GeneralRe: Help add new section to this config please Pin
PIEBALDconsult16-Sep-11 17:21
mvePIEBALDconsult16-Sep-11 17:21 
GeneralRe: Help add new section to this config please Pin
mwpeck16-Sep-11 17:40
mwpeck16-Sep-11 17:40 
Thanks, I haven't read through it yet, just glanced over it and it seems like a lot to learn and take in but I can definitely see the benefits. I should be able to basically rework my config to something along the lines of:

XML
<GroupManager>
    <Groups>
        <Group GroupName="Group 1">
            <System Name="System 1">192.168.0.1</System>
        </Group>
        <Group GroupName="Group 2">
            <System Name="System 2">192.168.0.2</System>
        </Group>
    </Groups>
</GroupManager>


With what you show in that link, and then more easily be able to manage the XML rather than being restricted to Microsofts config functions, right?
GeneralRe: Help add new section to this config please Pin
PIEBALDconsult16-Sep-11 17:52
mvePIEBALDconsult16-Sep-11 17:52 
QuestionSpeed of execution Pin
Kevin1316-Sep-11 5:10
Kevin1316-Sep-11 5:10 
AnswerRe: Speed of execution Pin
Simon Bang Terkildsen16-Sep-11 5:54
Simon Bang Terkildsen16-Sep-11 5:54 
GeneralRe: Speed of execution Pin
Kevin1316-Sep-11 6:43
Kevin1316-Sep-11 6:43 
AnswerRe: Speed of execution Pin
Matt Meyer16-Sep-11 6:11
Matt Meyer16-Sep-11 6:11 
GeneralRe: Speed of execution Pin
Kevin1316-Sep-11 6:34
Kevin1316-Sep-11 6:34 
GeneralRe: Speed of execution Pin
Matt Meyer16-Sep-11 7:02
Matt Meyer16-Sep-11 7:02 
AnswerRe: Speed of execution Pin
AspDotNetDev16-Sep-11 7:02
protectorAspDotNetDev16-Sep-11 7:02 
AnswerRe: Speed of execution Pin
Luc Pattyn16-Sep-11 7:18
sitebuilderLuc Pattyn16-Sep-11 7:18 
AnswerRe: Speed of execution Pin
Eddy Vluggen16-Sep-11 9:51
professionalEddy Vluggen16-Sep-11 9:51 
GeneralRe: Speed of execution Pin
AspDotNetDev16-Sep-11 10:38
protectorAspDotNetDev16-Sep-11 10:38 
AnswerRe: Speed of execution Pin
Eddy Vluggen16-Sep-11 11:03
professionalEddy Vluggen16-Sep-11 11:03 
GeneralRe: Speed of execution Pin
AspDotNetDev16-Sep-11 11:20
protectorAspDotNetDev16-Sep-11 11:20 
AnswerRe: Speed of execution Pin
Eddy Vluggen16-Sep-11 11:33
professionalEddy Vluggen16-Sep-11 11:33 
NewsRe: Speed of execution Pin
Eddy Vluggen16-Sep-11 13:44
professionalEddy Vluggen16-Sep-11 13:44 
QuestionUndo functionality for Node rename in TreeView Pin
Nyanoba16-Sep-11 1:28
Nyanoba16-Sep-11 1:28 
AnswerRe: Undo functionality for Node rename in TreeView Pin
BillWoodruff16-Sep-11 2:26
professionalBillWoodruff16-Sep-11 2:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.