Results 1 to 5 of 5

Thread: Data bound in .net data form wizard?

  1. #1

    Thread Starter
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524

    Unhappy 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.

  2. #2

    Thread Starter
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524
    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.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Where can someone find that in VS.NET ?? although I hate databinding but I wanna have a look .

  4. #4

    Thread Starter
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524
    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.

  5. #5
    New Member
    Join Date
    Aug 2004
    Location
    CA, USA
    Posts
    4
    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
  •  



Click Here to Expand Forum to Full Width