read information of datagrid

T

Tarajan

Hi,

i have a aspx-page with products and informations in a datagrid.
I bound an additional column with textboxes to the datagrid, so the users
can enter a number of orders for the product.
What is the best way to send all the informations in the datagrid or only
the information with filled in order numbers in the datagrid by email?

Best Regards

Tarajan
 
E

Eric Cadwell

[From WinForms] I have created XMLDataDocument(DataSet), then applied an XSL
transformation via XslTransform.Transform.
I output this as an HTML string and insert it into an email.

BTW - you can create a new DataSet and pass Add an existing DataTable to it.

I'd post some of my code but it's real spaghetti! You should be able to find
a more elegant sample online. This looks promising:
http://www.fawcette.com/vsm/2002_10/online/hottips/holloway/

HTH,
Eric Cadwell
http://www.origincontrols.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top