i used to program in java ,vb.net
and recently i try to learn c# and every thing is ok because it has some similarities with java
but i face problem in dataset object so here what i want
i want to determine a value of column in specific row in the data set
in vb i used to do that :
dataset.tables(0).rows(0).items(0)
but in c# i think it is diffrent so if any one can help please put the statement that give me the same result
thanks
Bookmarks