Click here to Skip to main content
15,886,014 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I would like to create cascading comboboxes based on ADO.NET Entity Data Model table.

VB
Partial Public Class tbl_Activities
    Public Property AID As Integer
    Public Property MRU As String
    Public Property Market As String
    Public Property Tower As String
    Public Property FirstActivity As String
    Public Property SecondActivity As String
    Public Property ThirdActivity As String
    Public Property BlockAct As Nullable(Of Boolean)
    Public Property Approved As Nullable(Of Boolean)

End Class


In the first combobox should have FirstActivity, and second combobox should have SecondActivity based on selection of first.

When I was trying to do this, in the first combobox I had doubles and the second combobox was filled only with one value.

Thank you for any suggestions
Posted
Updated 9-Jun-15 4:18am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900