How to retrieve the third table value from the data set?
Answers were Sorted based on User's Feedback
Answer / bala.r
ds.Tables[2].Rows[SpecificRow][SpecificColumn].ToString();
// SpecificRow- is an Row Index
// SpecificColumn - is either DataColumn or Column Name in
string or Column Index
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / denial gonzalvis
ds.tables[2].rows[w.rowindex].datacolumn.tostring();
| Is This Answer Correct ? | 2 Yes | 4 No |
Is ado.net dead?
what is the syntax code for oldb to connect oracle?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What are typed and untyped dataset?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is a serialized object?
Which object of ado contains datarow datacolumn collection?
What connected data?
Do you use stored procedure in ado.net?
What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?
What is the namespace in which .NET has the data functionality classes?
What is ado.net and its architecture?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)