So basically, spent the past four hours learning thoroughly about the MVVM design pattern because there was a problem with my application. Although i did get some insight into it, i was not able to overcome the hurdle i have. Hence i'd like someone to help me through my situation. I saw a lot scenarios gluing views and models using view models. But did not particulary come across the problem i had. So basically, i have a main view and a child view. The child view does not inherit from the main view nor does it get any data from the main view model. The parameters in both views although are triggered by a button on the main view. I was able to contain the variables that each view needed to their respective viewmodels. I have a problem with linking the both dataupdate method calls to the button click event. But before that problem, I have problems properly displaying the data made in the child view model on the application. I'm sure it has to do with the way i'm binding the view to the main view but i am not experienced enough to determine the fault in that. Please i require some assistance :pepecry: