can anyone do help..?
i really need help on this, here i have two forms [form1 & form2]. I have created datagridview(DGV) in each forms. Now i need to transfer/copy
Declare a public BindingList in Form 2 and write it from Form 1. If the datagridview in Form 1 is bound to the bindingList, the the data will automatically refresh. See this to view how to bind a datagridview to a bindingList.
BindingList