I know that data connections should be either closed or disposed when no longer needed.
My question is - If I have opened a connection within a Form and neglect to dispose it, will it be disposed when form is disposed?
My question is - If I have opened a connection within a Form and neglect to dispose it, will it be disposed when form is disposed?