How to retrieve the third table value from the data set?

Answers were Sorted based on User's Feedback



How to retrieve the third table value from the data set?..

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

How to retrieve the third table value from the data set?..

Answer / denial gonzalvis

ds.tables[2].rows[w.rowindex].datacolumn.tostring();

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ADO.NET Interview Questions

What is ole data type?

0 Answers  


types of Store procedure in Sqlserver2000?

4 Answers  


What does ADO.NET consists of ?

7 Answers   TCS,


What is an ADO.Net?

0 Answers  


What are the rules to implement connection pooling?

0 Answers  






describe the dataset object in ado.net.

0 Answers  


What is the executescalar method?

0 Answers  


What is typed dataset ?

0 Answers   NA,


What is the difference between connected environment and a disconnected environment?

2 Answers  


What does ado stand for in ado.net?

0 Answers  


What is a datatable?

8 Answers   State Bank Of India SBI,


What is connection pooling and what is the maximum pool size in ado.net connection string?

0 Answers  


Categories