|
-
Jul 7th, 2003, 03:36 AM
#1
Thread Starter
Fanatic Member
Data bound in .net data form wizard?
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
Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.
-
Jul 8th, 2003, 03:25 AM
#2
Thread Starter
Fanatic Member
Oops! Still no reply??
Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.
-
Jul 8th, 2003, 08:07 AM
#3
Sleep mode
Where can someone find that in VS.NET ?? although I hate databinding but I wanna have a look .
-
Jul 8th, 2003, 10:33 AM
#4
Thread Starter
Fanatic Member
I am not at my development machine right now. Anyway, I think in vs.net, you can find that option by adding a new form to the project, and then you'll have the option of creating a data form wizard (in the same way as in VB5/6)
Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.
-
Oct 30th, 2004, 04:14 PM
#5
New Member
A simple answer to your question is "Yes". The data adapters map and 'replicate' the data from the underlying datasource using your connection object, filling the dataset with the requisite data. The controls in turn are bound to the various columns in the dataset. A series of sql commands then handles the various select, insert, delete and update mechanics...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|