In VB6 we had data form wizards which used to create data bound controls in forms. In VB.NET we also have data form wizard. However, since .NET is based on mainly disconnected dataset, does the .net data form wizard create data bound or unbound control in form? I mean are the underlying data mapped into dataset in the memory or with actual data in database?
Thanx




Reply With Quote