I have created a shopping cart to hold the selected pdf PrimaryID to be emailed to a user. But I'm not sure how to go about creating the selected PDF from data residing in the database and attaching them to an email. I need to pull the data from the database based on the primaryID in the shopping cart(datatable in a session variable) and attach the pdf to the email. I'm new to ASP.NET so any information is deeply appreciated.