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 |
Explain the basic use of "dataview" and explain its methods.
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
How to add Primary key in DataSet
What is difference between executequery and executeupdate?
What is the difference between oledb sql server and oledbdotnet provider?
What is ado recordset?
What is executenonquery ado.net?
suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same
Define atomicity?
What are all the classes that are available in System.Data Namespace?
Why do we serialize data?
What is the use of sqldatareader class?
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)