Passing Field Values to a text box
I have a datagrid which is filled by a data adapter. Now I have to send Email to all the clients regarding the products they have chosen, and thus the E-mail content would vary for each client. I mean at only the places where i list down the product names. How do i do this @ run time.
for eg:
thanx for choosing our product.
IT would be xxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxx
The product u have chosen is
so the first 5 lines would be same for all , and only the product name would vary for each client.
How do i go abt solving this problem