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

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

0 Answers  


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

4 Answers  


How to add Primary key in DataSet

6 Answers  


What is difference between executequery and executeupdate?

0 Answers  


What is the difference between oledb sql server and oledbdotnet provider?

0 Answers  


What is ado recordset?

0 Answers  


What is executenonquery ado.net?

0 Answers  


suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same

9 Answers   TCS,


Define atomicity?

0 Answers  


What are all the classes that are available in System.Data Namespace?

0 Answers  


Why do we serialize data?

0 Answers  


What is the use of sqldatareader class?

0 Answers  


Categories