Dears,
The scenario is that of a multiple levels of hierarchy and binding them to combobox. The levels are:
AdmData1(Super parent)<----AdmData2<-------Adm3<------Adm4<--------User(Ultimate child).
I want to view the existing records as well as to enter new User records. Obviously for the latter case I would first select Adm1 then Adm2 and so on till Adm4. I tried whatever little I knew but could not implement a successful model.
How can I do this? Please guide me. I am using C# + .NET 4.0 + WinForms.
Regards,
Vivekanand