How to retrieve the third table value from the data set?
Answer Posted / 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 |
Post New Answer View All Answers
Define Execute Reader?
What is command class in ado.net?
What is row state?
Which control of the BindingNavigator returns the current position within the data source?
What is ado.net objects?
What is adodb dll?
Explain the difference between sqlcommand object and command behavior object?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is oledb connection?
What is oledb driver?
Which database is the ado.net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What are the 3 major types of connection objects in ado.net?
What are dataproviders?