configuringC# window application using xml file

Jun 11 2008 8:08 AM

Hi,

           

My problem is

 

            I want to configure C# window application using xml file ...like main c# window consists of two steps, and each step has sub steps. when the application loads step-1 should get activated and it has sub-steps, so it should automatically reconfigured during runtime and the user form should change to 1.1 and 1.2(all these should happen in a single c# window form) and each step has a xml file related to it ,information entered in each step should go to the corresponding xml file. When the user finishes step 1.1 and 1.2 it should go back to step-1 and then step-2 should get activated and same process to be followed for step-2.For your reference I have drawn a sample picture of my application. Since I am new to this field please give me some ideas like how to design a user form that changes in run time according to the xml config file.

 

            C# form window

    

     Step-1                   Step-2

 

 1.1       1.2                 2.1 

 

 

Thanks in advance,

Hari purushothaman

 

 


Answers (2)