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 data row by row from a DataTable?
Thanks In advance
PriyaPP

Answer Posted / digvijay

In C#

foreach(DataRow dr in dt.rows) //dt is Data table
{

string ABC= dr["Coloumn_Name"].Tostring;

}

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are cao and sao.

1144


Is post back property in asp net?

1070


Whats the difference between abstract factory pattern and factory pattern?

1071


How will you load dynamic assembly?

1042


What is the difference between Classic ASP and ASP.Net?

1164


What are main return types supported in Web API?

1459


Explain form level validation and field level validation?

1070


Is data edited in the Repeater control?

1081


What is aspect-oriented programming?

1200


Why is it preferred to not use finalize for clean up?

1035


Define reflection in .net?

1073


What is the difference between Hash table and Array list?

944


What is the use of session in web application?

1012


6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

2205


Is asp.net mvc still used? : Asp.Net MVC

1028