Dear All,
Issue: Data Binding within Data Bound Controls.
Problem: I have a hashtable whose keys are Country Names
and each value is a collection of States in that country.
I need an external binding to the country name and an
internal binding of check boxes to the State collection of
that country. My display should look like this.
CountryA
StateA1 StateA2 StateA3
CountryB
StateB1 StateB2 StateB3
I am new to .NET, but theoretically it seems possible.
Any ideas or code ??
Thanks
Sri