First, I read this Reset all the items in a form
It was a great help until I realised all my controls are inside a TabControl
containing itself several tabs in which there are all the common controls i.e. textbox, datetimepicker, datagrigview, etc....
Then I tried MyTabControl.Controls.Clear()
but this deleted all tabs in the form.
How can I implement this Reset all the items in a form in a TabControl ?