المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Updating one form through another forms



C# Programming
08-24-2009, 11:09 AM
hello...
i am developing a C# window based application.i have a form(view Item) that contain a datagridview and a button.
datagridview shows the item information and at the button click a new form(Add Item) opened by which user can add the item information.

All i need to do is after filling the item information when we click the save button the datagridview must be updated.

How can i do this.