Retrieving Data from a Datagrid

I have a form that users will fill in and a datagrid will be created using this info.

I need to send this data to the site owner. I’ve read its not possible to email data direct from a datagrid. Has anyone come across a relatively simple solution?

Maybe save this grid to another page where the site owner can browse them?
Write the data to a database? or to an XML sheet and mail that?

Any ideas or good tutorial pages?