Link to home
Start Free TrialLog in
Avatar of debbie_eubanks2000
debbie_eubanks2000

asked on

Need C# 2008 form , export to csv file

I have C# 2008 windows form with bound datagrid. I have created a dataview that I use to filter the grid. I want to export to csv file with Filtered data. I do not want the entire dataset.

How to do this?
ASKER CERTIFIED SOLUTION
Avatar of Gyanendra Singh
Gyanendra Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of debbie_eubanks2000
debbie_eubanks2000

ASKER

Thanks for all your help
Thanks