Hi there,
Im working on an application that allows me have sales leads inserted directly into a sql table which can then be easily managed with a datagrid master/details model. This can be viewed at www.rickpace79.com/scum2.aspx
My next step is to add a droplist containing the e-mail values of our five sales men. I would like my manager to be able to view these sales leads and assign them individually to his sales man of choice.
I know how to use asp.net in order to send form info to an email. This is all quite simple. My problem is being able to submit the data on my formView controll through email.
any suggestions????