|
I have been looking at OLAF Clone application from the winforms 2.0 samples.I was wondering if any one could throw a few ideas about how to refresh(send/receive button) the datagrid view at run time. I tried doing a rebind(binding source) andwith datagridview.refresh,but it didn't help. After rebind,I get the new dataset back,but the new data is not showing up in the view.I dont know if the old view is being cached somewhere.
The sample application doesn't have any code for the Send/Receive button so I dont know how do I go about doing this thing.
Thank you very much!!
|