PC Review


Reply
Thread Tools Rate Thread

how to access the other tables in datasource from ItemDataBound

 
 
roni
Guest
Posts: n/a
 
      5th Aug 2005
hi.
i create dataset that has 5 datatables in it.

i set this dataset to repeater.datasource

in the ItemDataBound event of the repeater i can access to the first table
with :
Dim dr As DataRowView

dr = CType(e.Item.DataItem, DataRowView)



my question :

how can i access to the other datatables ,that in the dataset (the dataset
is the datasource of the repeater)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
datasource with 2 tables Bert Microsoft ASP .NET 1 4th Jan 2007 01:13 PM
Datasource for pivot tables =?Utf-8?B?YmlsbA==?= Microsoft Excel Misc 3 3rd Aug 2006 10:15 PM
Accessing the current DataRow of the DataSource from ItemDataBound Nathan Sokalski Microsoft ADO .NET 5 25th Sep 2005 03:10 PM
Accessing the current DataRow of the DataSource from ItemDataBound Nathan Sokalski Microsoft ASP .NET 5 25th Sep 2005 03:10 PM
Accessing the current DataRow of the DataSource from ItemDataBound Nathan Sokalski Microsoft VB .NET 5 25th Sep 2005 03:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:39 PM.