The following are my basic requirement.
I have a parent form with a grid filled with data and have a form to add a new details. The details entered in a form will be saved in the storage and the data with the newly added record should be reflected in the grid without closing the form used to enter the record.
The project development environment is VS.NET 2005 and C#
Thanks in advance.
I have a parent form with a grid filled with data and have a form to add a new details. The details entered in a form will be saved in the storage and the data with the newly added record should be reflected in the grid without closing the form used to enter the record.
The project development environment is VS.NET 2005 and C#
Thanks in advance.
Comment