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
Explain how asp.net different from asp?
Explain the difference between asp & asp.net.
What are the Types of state management techniques
What can you do with asp.net?
What is mvc in asp.net interview question? : Asp.Net MVC
Describe the difference between inline and code behind - which is best in?
Which is better union or union all?
What is autopostback in dropdownlist in asp net?
What are the event handlers that can be included in the Global.asax file?
Which validator control you use if you need to make sure the values in two different controls matched?
Why is mvc better than asp.net?
Can I stream live content/events?
Explain about Application and Session Events ?
What is asp short for?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.