Just beginning with Visual C#, I was wondering if there's a way to embed a form inside a main form, just like Access easily provides you with.
I already know you can embed a form2 within a form1 using a tab (
http://www.dotnet247.com/247reference/msgs/6/30973.aspx), or even how to create a subsidiary form2 in the mdi way. Or showing a datagrid depending on a datakey from a field within your form.
But, as far as I know, none of these solutions seems to provide me with the functionality of Access subforms, which not only allows you to see and edit data in a table-like format, but also to insert new rows within the same tabular subform. Someone's telling me that Delphi provides you with this same functionality as well.
Can anyone give me a thread to get away with this in Visual C#?