Is there a simple way to fill DropDownList with data from database instead of enum?
I've seen examples with "EditorInitialized" but that is too incomprehensible for me and to messy form my code.
I'am not real programmer and jusing only simple things, Is there something like this:
Dim x As New PropertyStoreItem(GetType(Something), "Status", Nothing, "Status", "", False)
Something.DataSource = linqquery
I've seen examples with "EditorInitialized" but that is too incomprehensible for me and to messy form my code.
I'am not real programmer and jusing only simple things, Is there something like this:
Dim x As New PropertyStoreItem(GetType(Something), "Status", Nothing, "Status", "", False)
Something.DataSource = linqquery