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 is bubbled event can you please explain?

749


Explain why canot we use multiple inheritance and garbage collector paralelly in .net?

807


What is dataset and datatable in ado.net?

730


What we do with the object of ado.net dataset after using it?

728


Explain how to pass multiple tables in datasets simultaneously?

785


What are ado.net objects?

735


differance between ADO vs ADO.Net?

776


What are typed and untyped dataset?

787


What is execute scalar in ado.net?

715


What are the important features of ado.net 2.0?

835


Explain what is datagrid with an example?

831


What is the purpose of using adodb?

703


How do you find the count of records in a dataset?

696


What are the ado.net connection pooling parameters?

674


What is data adapter in ado.net with example?

716