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


Please Help Members By Posting Answers For Below Questions

What are the namespaces used in ADO.Net to connect to a database?

840


What are the core objects of ADO.NET?

811


Explain the basic use of "dataview" and explain its methods.

747


Explian About DataAdapters

818


What is the default provider in ado.net?

729


Which object is used to add relationship between two Datatables?

824


How do you update database through dataset?

766


Give an example of a .net application which connects to microsoft access database using ado.net classes.

833


How to identify the controls which can be used for binding data?

781


What is the difference between a datareader and a dataset?

750


Explain the namespaces in which .net has the data functionality class.

805


Describe briefly an ADO.NET Dataset ?

786


What is the difference between ado.net and entity framework?

819


Which architecture does Datasets follow?

835


If a table contains 20000 records. In a page at each time 100 records to be displayed.

728