System.data.RelatedView

  • Thread starter Thread starter Leon Shaw
  • Start date Start date
L

Leon Shaw

When databinding two related dropdownlist controls in visual studios.net
such as states and cites
(parent and child respectifully). However, when running this page everything
works well, but I get the following texts (repeating) in the child
dropdownlist. What could the problem possibly be?

Example:
--Choose a state--
Alabama
Flordia
etc.
--Choose a City--
System.Data.RelatedView
System.Data.RelatedView
System.Data.RelatedView
etc.
 
Back
Top