I have Gridview with data and I would like to attach Email button which is going to repeat on each row and on any row when user click it will prompt for the to email address and attach the row data i.e Name, address, phone # etc. Below is the example when user clicks on Email button it ask you for the To email address and and in the body includes Name, Address and Phone #. How can I do that? Any suggestion. Thanks in advance for any guidance.
Name - ABC
Address - NY, USA
Phone # - 123-456-7890
Email Button
Name - XYZ
Address - CA, USA
Phone # - 987-654-3210
Email Button