I have two separate forms. One is for input data and the other is datagridview to display the imputs. I want the input to be displayed in the datagridview but I having error. The error is "EdificationMembersdataGridview does not exist in the current context"
I tried the one in which the form and the datagriveiw are in the same windowsform it worked. But this one the form and the datagridview are in separate windows. The form is a submenu item and the datagridview is also a submenu item. Please I need help