Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 18th, 2003, 06:00 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Usually what happens is that you build a DataSet and fill it with multiple tables. The source of the table data can be anything that ADO.net supports (SqlClient, OleDb, Odbc, XML,...). The point is that in the end you have a DataSet with tables. Once you have your tables of data, you can build the relationship(s) between the tables (like I described earlier).

When you use this dataset data in a "multi-level" bind, you have to databind the top most control programmatically, but each sub control is bound to a result set driven by its container based on a relationship.

I hope that makes a little sense.

Peter
------------------------------------------------------
Work smarter, not harder.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Radio Buttons List marz1288 Visual Basic 2005 Basics 8 June 28th, 2007 12:28 AM
multiple Image submit buttons set default to last sam HTML Code Clinic 2 June 30th, 2004 02:33 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.