Hi,
Uses: VS 2005;.NET 2.0;Window XP;Oracle+9i;ODP.NET
I need to have a generic method of updating datasets in a Form, where I can use it in all business forms.
In delphi, I do the following in the parent form, and call this in all child form which updates forms having multiple datasets.
| Fori:=0toForm.Component.Count-1do |
| begin |
| IfForm.Component[i]isTTableThen |
| Form.Component[i].Post; |
| end; |
|
How can I do a similar in a .NET parent form and call it in all child forms.
Thanks & Regards,
Hifni
Hifni Shahzard Nazeer M.