I have an object in the memory and I want to link this object with GUI component and I want this component to mirror the object status(values)….
i.e. I want to see the object values that is in the memory right now and I want the GUI to reflect the object status always
how can I do this?
I have an object in the memory and I want to link this object
Share
This is a very common pattern in development and is called Data Binding. .NET has some great support for data binding, it is a large topic and too big for a simple answer here. But here is a link to an MSDN article that will get you started.
http://msdn.microsoft.com/en-us/library/ms752347.aspx