Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to get a field in related table
Message
From
21/08/2006 22:56:15
 
 
To
21/08/2006 11:28:30
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01146540
Message ID:
01147471
Views:
23
Tony,

>Now all I need is how to get a field from that row into a variable. Something like:

In this case, ToString will do the trick:
Dim lcDept As String
lcDept = dsItems.Tables(0).Rows(0).Item("Dept").ToString()
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform