O
Oliver Moss
Hello,
I have an MDI Parent with a lot of childs. Each child uses the same
DataSet (Schema) but with an new instance on every form.
The child forms contain different grids, combo boxes, textboxes which
are bounded to the DataSet.
My question is: How can I use the VisualStudio.NET 2003 Designer to set
data binding if I use a static dataset instead of one dataset instance
on each form?
And what could be the "best" design for an .net MDI application with a
lot of child forms if I want use the VisualStudio Designer?
Thank you,
Oliver Moss
I have an MDI Parent with a lot of childs. Each child uses the same
DataSet (Schema) but with an new instance on every form.
The child forms contain different grids, combo boxes, textboxes which
are bounded to the DataSet.
My question is: How can I use the VisualStudio.NET 2003 Designer to set
data binding if I use a static dataset instead of one dataset instance
on each form?
And what could be the "best" design for an .net MDI application with a
lot of child forms if I want use the VisualStudio Designer?
Thank you,
Oliver Moss