Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to check if a datareader is closed or opened?

1 Answers  


What do you mean by ‘batch updates’?

0 Answers  


What is the difference between typed and untyped dataset?

0 Answers  


Explain the advantage of ADO.Net?

0 Answers  


FetCh Records No 5 to 10 From Dataset

4 Answers  


What is the difference between dataset and datatable?

0 Answers  


What is Pooling? what is data pooling? what is sql pooling?

3 Answers   TCS,


how do u connect ado.net to sql server

1 Answers   Microsystems,


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

0 Answers  


What is ole access?

0 Answers  


What are the advantages using ado.net?

0 Answers  


How to store data in memory?

0 Answers  


Categories