read information of datagrid

  • Thread starter Thread starter Tarajan
  • Start date Start date
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
 
[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
 
Back
Top