cus129 Posted February 13, 2009 Posted February 13, 2009 I have a form1 which has a datagrid bound to a source. There is another form2 which is a data entry form. When forms2 closes, I want to refresh the datagrid on form1. I have tried these things At the form closing of form1, called the refresh property of datagrid (by making datagrid control as public). I also set the dataset of the datagrid at form closing but still after the form closing the datagrid didn't refresh. Any help will be greatly appreciated. Quote
Administrators PlausiblyDamp Posted February 14, 2009 Administrators Posted February 14, 2009 What are you using for the data source? Are you refreshing this as well? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.