Page view counter

How to Manually Bind a Dataset to a Datagrid

In this video, part 2 of 3, Joe Stagner uses the sample ASP application created in part one, to demonstrate how to manually bind a dataset to a datagrid. For additional information about this video, read the Creating a Data Access Layer data access tutorial.

Presented by Joe Stagner

Duration: 7 minutes, 28 seconds

Date: 7 August 2008

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 13

Leave a Comment

surfrwf : On August 12, 2008 11:38 AM said:

nice video series.   All examples always pull out a datagrid and bind the data to it.  Simple and effective but I need an example of real world like a data entry page with textboxes.  Can you do one like that?

Thanks

SALADINE : On August 16, 2008 12:24 PM said:

thank you this video is impotant

*salah eddine bekhouche*

abelanet : On August 19, 2008 3:33 AM said:

Good Video - As the previous one simple and direct.

Where is the VideosDSTableAdapters Defined?. Tried to locate this in the first video but no success so I tried in this one and still the same.

Thanks

asater : On August 26, 2008 2:58 PM said:

nice

Shenyang : On September 12, 2008 11:19 AM said:

Joe:

Can you please tell me how this page is video and comment generated here in ASP.net.

I notice that for video you have a link in the Video table. but how do you incorporate the video with comment on a page?

jasbits : On September 17, 2008 9:11 AM said:

Thanks Joe!

Is there a way to use DAL in a for each statement and use the method return

Dim SelectedCarAdapter As New dsCarsInStockTableAdapters.LG_DealersCar_SelectByRegnrTable Adapter

       Dim SelectedCarRow As dsCarsInStock.LG_DealersCar_SelectByRegnrDataTable = SelectedCarAdapter.GetDealersCar_SelectByRegnr(regnr)

       Dim SelectedCarPost As dsCarsInStock.LG_DealersCar_SelectByRegnrRow = SelectedCarRow(0)

       For Each row As DataRow In SelectedCarRow

       Next

       Return.........

kalidas2 : On October 02, 2008 4:28 PM said:

Good information

kalidas2 : On October 02, 2008 4:29 PM said:

Good information, thanks

kalidas2 : On October 02, 2008 4:29 PM said:

nice

kalidas2 : On October 02, 2008 4:29 PM said:

nice

kalidas2 : On October 02, 2008 4:29 PM said:

keep it up

hashad : On October 21, 2008 8:22 PM said:

this is sooo nice thnx

agoyal : On October 25, 2008 3:12 PM said:

This is a quick & informative.

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities