Share via

Class Properties, Iteration & BindingList

NachitoMax 416 Reputation points
2021-08-21T05:44:18.963+00:00

Hi

In my project i have a Data Class instantiated so that its accessible for data multiple times. This means the Class is instanced for as long as the project is running.

I need to create a BindingSource so that i can assign the BindingSource row data to the respective text fields on the form

Because my Data Class is already instanced, im having real difficulty in looping through the properties, Getting the Property Value thats been assigned and then adding the value to a BindingList. The issue is when i try to add the property value to the BindingList.

How can i Add an existing / instantiated class to a BindingList?

Thanks

Developer technologies | .NET | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.