I\'m extracting data from the database into a DataTable and displaying it by binding it to a Repeater control. Now I need to copy the same data int
DataTable
Repeater
You can create a .csv file. This is quick and easy, and makes it possible to open it in excel.
This post relates to yours:
Convert DataTable to CSV stream