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
What are the namespaces used in ADO.Net to connect to a database?
What are the core objects of ADO.NET?
Explain the basic use of "dataview" and explain its methods.
Explian About DataAdapters
What is the default provider in ado.net?
Which object is used to add relationship between two Datatables?
How do you update database through dataset?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
How to identify the controls which can be used for binding data?
What is the difference between a datareader and a dataset?
Explain the namespaces in which .net has the data functionality class.
Describe briefly an ADO.NET Dataset ?
What is the difference between ado.net and entity framework?
Which architecture does Datasets follow?
If a table contains 20000 records. In a page at each time 100 records to be displayed.