Click here to Skip to main content
15,885,931 members

Comments by Surendra Adhikari SA (Top 74 by date)

Surendra Adhikari SA 2-May-16 1:01am View    
you should first check if your dataset table has rows or not .
i.e. if (ds.Tables[0].Rows.Count >0 ) { //do your task }
Surendra Adhikari SA 4-Oct-13 3:11am View    
http://www.codeproject.com/Articles/21519/Fast-Exporting-from-DataSet-to-Excel
this may help
Surendra Adhikari SA 24-Jul-13 1:10am View    
what is your actual problem then?? is any error on code above?
Surendra Adhikari SA 24-Jul-13 1:04am View    
then what is your expected output?
did you want to display same as of your csv line by line ??
and discription of "USD,125.49,132" (meaning) may be helpful.
Surendra Adhikari SA 10-Jul-13 2:05am View    
i updated the solution ...did you solved this?