hi,
I have a data set filled with the table extracted from a data base, now i wish to extract the 1st 2 colums of 1st 2 rows , and save them in a string variable how to do this i am not getting that .
in
VB.NET
dim myds as new dataset
' code to read table from the data base
' ..........
' ..........
dim str1 as string
dim str2 as string
str1 = myds.tables........... ' some thing i am not geting
str2 = myds.tables........... ' some thing i am not geting
thx for completing my code