Thanks
________________________________
From: Prashanth [mailto: prashanth.rayakar%40valtech.co.in">prashanth.rayakar
valtech.co.in]
Sent: Wednesday, May 30, 2007 6:44 PM
To: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk
yahoogroups.com
Subject: RE: [AspNetAnyQuestionIsOk] Get I value from DataSet
Try this out, (could not test it though)
Dataset1..Tables[tableIndex].Rows[rowIndex][columnIndex]
ex:
Dataset1..Tables[0].Rows[0][0] should give you first row, first
column value
of the first table in dataset.
Regards,
Prashanth.
To bug is human ; To debug is divine ; I do both !!!!
.