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 |
How to check if a datareader is closed or opened?
What do you mean by ‘batch updates’?
What is the difference between typed and untyped dataset?
Explain the advantage of ADO.Net?
FetCh Records No 5 to 10 From Dataset
What is the difference between dataset and datatable?
What is Pooling? what is data pooling? what is sql pooling?
how do u connect ado.net to sql server
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is ole access?
What are the advantages using ado.net?
How to store data in memory?
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)