export asp.net 2.0 data page

  • Thread starter Thread starter Shailesh Patel
  • Start date Start date
S

Shailesh Patel

HI,
I have data (no grid) in asp.net page.
I want to export these data as csv file in excel.
Let me know.

Thank you in advance.

Shailesh
 
Peter,
I have a table that I want to export as csv file.
e.g
num col1 col2 col3
1 a b c
2 d f t
3 e h j

This data is in html table in asp.net page that I want to export.
Any idea?
Let me know.

Thank you.
 
Back
Top